Html Css Color HEX #0CB72A Dark Pastel Green

📋 copy color: '#0CB72A'

red 12 ◦ green 183 ◦ blue 42

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

Shades of Dark Pastel Green #0CB72A

Tints of Dark Pastel Green #0CB72A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.72%

R = 5.06%
G = 77.22%
B = 17.72%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#0CB72A (or 0x0CB72A) is known color: Dark Pastel Green. HEX triplet: 0C, B7 and 2A. RGB value is (12,183,42). Sum of RGB (Red+Green+Blue) = 12+183+42=237 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.06% from 237); Green value is 183 (71.88% from 255 or 77.22% from 237); Blue value is 42 (16.80% from 255 or 17.72% from 237); Max value from RGB is 183 - color contains mainly: green. Hex color #0CB72A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB72A is #F348D5. Grayscale: #747474. Windows color (decimal): -15943894 or 2799372. OLE color: 2799372.

HSL color Cylindrical-coordinate representation of color #0CB72A: hue angle of 130.53º 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 #0CB72A is Cyan = 0.93, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB 12 183 42 -
CMYK 0.93 0 0.77 0.28
HSL 130.53º 0.88% 0.38% -
HSV(B) 130.53º 0.93% 0.72% -
XYZ 17.5 34.11 7.85 -
YUV 115.8 86.35 53.96 -
System Red Green Blue C M Y K H S L
Decimal 12 183 42 0.93 0 0.77 0.28 130.53 0.88 0.38
Hex C B7 2A 5D 0 4D 1C 83 58 26
Octal 14 267 52 135 0 115 34 203 130 46
Binary 1100 10110111 101010 1011101 0 1001101 11100 10000011 1011000 100110

Color Harmonies of #0CB72A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB72A

Black with #0CB72A

Text Example


Text Example

White with #0CB72A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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