#0CB426

Color #0CB426 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #0CB426

Tints of Dark Pastel Green #0CB426

Color information

#0CB426 (or 0x0CB426) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, B4 and 26. RGB value is (12,180,38). Sum of RGB (Red+Green+Blue) = 12+180+38=230 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.22% from 230); Green value is 180 (70.70% from 255 or 78.26% from 230); Blue value is 38 (15.23% from 255 or 16.52% from 230); Max value from RGB is 180 - color contains mainly: green. Hex color #0CB426 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB426 is #F34BD9. Grayscale: #717171. Windows color (decimal): -15944666 or 2536460. OLE color: 2536460.

HSL color Cylindrical-coordinate representation of color #0CB426: hue angle of 129.29º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB426 is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB1218038-
CMYK0.9300.790.29
HSL129.29º87.5%37.65%-
HSV(B)129.29º93.33%70.59%-
XYZ16.8232.867.29-
YUV113.5885.3455.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 12 (5.08% from 255) = 5.22%
GREEN value IS 180 (70.70% from 255) = 78.26%
BLUE value IS 38 (15.23% from 255) = 16.52%
R=5.22%
G=78.26%
B=16.52%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal12180380.9300.790.29129.2987.537.65
HexCB4265D04F1D815826
Octal142644613501173520113046
Binary11001011010010011010111010100111111101100000011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0CB426; }

 p { color: rgb(12,180,38); }

 H1.HeaderClassName
 {
   color: #0CB426;
 }
 .AnyTagClassName
 {
   color: #0CB426;
 }
</style>
background-color css

<style>
 a { background-color: #0CB426; }

 a { background-color: rgb(12,180,38); }

 div.DivClassName
 {
   background-color: #0CB426;
 }
 .BgClassName
 {
   background-color: #0CB426;
 }
</style>
border-color css

<style>
 span { border-color: #0CB426; }

 span { border-color: rgb(12,180,38); }

 td.TdClassName
 {
   border-color: #0CB426;
 }
 .TagClassName
 {
   border-color: #0CB426;
 }
</style>