Html Css Color HEX #0CB72D Dark Pastel Green

📋 copy color: '#0CB72D'

red 12 ◦ green 183 ◦ blue 45

#0CB72D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #0CB72D

Tints of Dark Pastel Green #0CB72D

RGB

 RED value IS 12 (5.08% from 255) = 5%

 GREEN value IS 183 (71.88% from 255) = 76.25%

 BLUE value IS 45 (17.97% from 255) = 18.75%

R = 5%
G = 76.25%
B = 18.75%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#0CB72D (or 0x0CB72D) is known color: Dark Pastel Green. HEX triplet: 0C, B7 and 2D. RGB value is (12,183,45). Sum of RGB (Red+Green+Blue) = 12+183+45=240 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5% from 240); Green value is 183 (71.88% from 255 or 76.25% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 183 - color contains mainly: green. Hex color #0CB72D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB72D is #F348D2. Grayscale: #747474. Windows color (decimal): -15943891 or 2995980. OLE color: 2995980.

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

Color convert

RGB 12 183 45 -
CMYK 0.93 0 0.75 0.28
HSL 131.58º 0.88% 0.38% -
HSV(B) 131.58º 0.93% 0.72% -
XYZ 17.56 34.13 8.15 -
YUV 116.14 87.85 53.72 -
System Red Green Blue C M Y K H S L
Decimal 12 183 45 0.93 0 0.75 0.28 131.58 0.88 0.38
Hex C B7 2D 5D 0 4B 1C 84 58 26
Octal 14 267 55 135 0 113 34 204 130 46
Binary 1100 10110111 101101 1011101 0 1001011 11100 10000100 1011000 100110

Color Harmonies of #0CB72D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB72D

Black with #0CB72D

Text Example


Text Example

White with #0CB72D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,183,45); }

 H1.HeaderClassName
 {
   color: #0CB72D;
 }
 .AnyTagClassName
 {
   color: #0CB72D;
 }
</style>

background-color css

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

 a { background-color: rgb(12,183,45); }

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

border-color css

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

 span { border-color: rgb(12,183,45); }

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