#0CDB29

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

Shades of Dark Pastel Green #0CDB29

Tints of Dark Pastel Green #0CDB29

Color information

#0CDB29 (or 0x0CDB29) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, DB and 29. RGB value is (12,219,41). Sum of RGB (Red+Green+Blue) = 12+219+41=272 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.41% from 272); Green value is 219 (85.94% from 255 or 80.51% from 272); Blue value is 41 (16.41% from 255 or 15.07% from 272); Max value from RGB is 219 - color contains mainly: green. Hex color #0CDB29 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CDB29 is #F324D6. Grayscale: #898989. Windows color (decimal): -15934679 or 2743052. OLE color: 2743052.

HSL color Cylindrical-coordinate representation of color #0CDB29: hue angle of 128.41º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDB29 is Cyan = 0.95, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB1221941-
CMYK0.9500.810.14
HSL128.41º89.61%45.29%-
HSV(B)128.41º94.52%85.88%-
XYZ25.8850.910.56-
YUV136.8273.9238.97-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.41%
GREEN value IS 219 (85.94% from 255) = 80.51%
BLUE value IS 41 (16.41% from 255) = 15.07%
R=4.41%
G=80.51%
B=15.07%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal12219410.9500.810.14128.4189.6145.29
HexCDB295F051E805a2d
Octal143335113701211620013255
Binary1100110110111010011011111010100011110100000001011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CDB29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,219,41); }

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

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

 a { background-color: rgb(12,219,41); }

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

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

 span { border-color: rgb(12,219,41); }

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