#0CBD1D

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

Shades of Dark Pastel Green #0CBD1D

Tints of Dark Pastel Green #0CBD1D

Color information

#0CBD1D (or 0x0CBD1D) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, BD and 1D. RGB value is (12,189,29). Sum of RGB (Red+Green+Blue) = 12+189+29=230 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.22% from 230); Green value is 189 (74.22% from 255 or 82.17% from 230); Blue value is 29 (11.72% from 255 or 12.61% from 230); Max value from RGB is 189 - color contains mainly: green. Hex color #0CBD1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CBD1D is #F342E2. Grayscale: #767676. Windows color (decimal): -15942371 or 1948940. OLE color: 1948940.

HSL color Cylindrical-coordinate representation of color #0CBD1D: hue angle of 125.76º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBD1D is Cyan = 0.94, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB1218929-
CMYK0.9400.850.26
HSL125.76º88.06%39.41%-
HSV(B)125.76º93.65%74.12%-
XYZ18.5736.567.24-
YUV117.8477.8652.51-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.22%
GREEN value IS 189 (74.22% from 255) = 82.17%
BLUE value IS 29 (11.72% from 255) = 12.61%
R=5.22%
G=82.17%
B=12.61%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal12189290.9400.850.26125.7688.0639.41
HexCBD1D5E0551A7e5827
Octal142753513601253217613047
Binary110010111101111011011110010101011101011111101011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CBD1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,189,29); }

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

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

 a { background-color: rgb(12,189,29); }

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

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

 span { border-color: rgb(12,189,29); }

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