Html Css Color HEX #0CB737 Dark Pastel Green

📋 copy color: '#0CB737'

red 12 ◦ green 183 ◦ blue 55

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

Shades of Dark Pastel Green #0CB737

Tints of Dark Pastel Green #0CB737

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 22%

R = 4.8%
G = 73.2%
B = 22%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#0CB737 (or 0x0CB737) is known color: Dark Pastel Green. HEX triplet: 0C, B7 and 37. RGB value is (12,183,55). Sum of RGB (Red+Green+Blue) = 12+183+55=250 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.8% from 250); Green value is 183 (71.88% from 255 or 73.2% from 250); Blue value is 55 (21.88% from 255 or 22% from 250); Max value from RGB is 183 - color contains mainly: green. Hex color #0CB737 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB737 is #F348C8. Grayscale: #757575. Windows color (decimal): -15943881 or 3651340. OLE color: 3651340.

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

Color convert

RGB 12 183 55 -
CMYK 0.93 0 0.70 0.28
HSL 135.09º 0.88% 0.38% -
HSV(B) 135.09º 0.93% 0.72% -
XYZ 17.77 34.22 9.28 -
YUV 117.28 92.85 52.91 -
System Red Green Blue C M Y K H S L
Decimal 12 183 55 0.93 0 0.70 0.28 135.09 0.88 0.38
Hex C B7 37 5D 0 46 1C 87 58 26
Octal 14 267 67 135 0 106 34 207 130 46
Binary 1100 10110111 110111 1011101 0 1000110 11100 10000111 1011000 100110

Color Harmonies of #0CB737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB737

Black with #0CB737

Text Example


Text Example

White with #0CB737

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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