Html Css Color HEX #0CB728 Dark Pastel Green

📋 copy color: '#0CB728'

red 12 ◦ green 183 ◦ blue 40

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

Shades of Dark Pastel Green #0CB728

Tints of Dark Pastel Green #0CB728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.02%

R = 5.11%
G = 77.87%
B = 17.02%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#0CB728 (or 0x0CB728) is known color: Dark Pastel Green. HEX triplet: 0C, B7 and 28. RGB value is (12,183,40). Sum of RGB (Red+Green+Blue) = 12+183+40=235 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.11% from 235); Green value is 183 (71.88% from 255 or 77.87% from 235); Blue value is 40 (16.02% from 255 or 17.02% from 235); Max value from RGB is 183 - color contains mainly: green. Hex color #0CB728 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB728 is #F348D7. Grayscale: #737373. Windows color (decimal): -15943896 or 2668300. OLE color: 2668300.

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

Color convert

RGB 12 183 40 -
CMYK 0.93 0 0.78 0.28
HSL 129.82º 0.88% 0.38% -
HSV(B) 129.82º 0.93% 0.72% -
XYZ 17.47 34.1 7.67 -
YUV 115.57 85.35 54.13 -
System Red Green Blue C M Y K H S L
Decimal 12 183 40 0.93 0 0.78 0.28 129.82 0.88 0.38
Hex C B7 28 5D 0 4E 1C 82 58 26
Octal 14 267 50 135 0 116 34 202 130 46
Binary 1100 10110111 101000 1011101 0 1001110 11100 10000010 1011000 100110

Color Harmonies of #0CB728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB728

Black with #0CB728

Text Example


Text Example

White with #0CB728

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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