Html Css Color HEX #0CB436 Dark Pastel Green

📋 copy color: '#0CB436'

red 12 ◦ green 180 ◦ blue 54

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

Shades of Dark Pastel Green #0CB436

Tints of Dark Pastel Green #0CB436

RGB

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

 GREEN value IS 180 (70.7% from 255) = 73.17%

 BLUE value IS 54 (21.48% from 255) = 21.95%

R = 4.88%
G = 73.17%
B = 21.95%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.7

 K value IS 0.29

RGB Variations

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

Color information

#0CB436 (or 0x0CB436) is known color: Dark Pastel Green. HEX triplet: 0C, B4 and 36. RGB value is (12,180,54). Sum of RGB (Red+Green+Blue) = 12+180+54=246 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.88% from 246); Green value is 180 (70.70% from 255 or 73.17% from 246); Blue value is 54 (21.48% from 255 or 21.95% from 246); Max value from RGB is 180 - color contains mainly: green. Hex color #0CB436 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB436 is #F34BC9. Grayscale: #737373. Windows color (decimal): -15944650 or 3585036. OLE color: 3585036.

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

Color convert

RGB 12 180 54 -
CMYK 0.93 0 0.7 0.29
HSL 135º 0.88% 0.38% -
HSV(B) 135º 0.93% 0.71% -
XYZ 17.14 32.99 8.95 -
YUV 115.4 93.34 54.25 -
System Red Green Blue C M Y K H S L
Decimal 12 180 54 0.93 0 0.7 0.29 135 0.88 0.38
Hex C B4 36 5D 0 46 1D 87 58 26
Octal 14 264 66 135 0 106 35 207 130 46
Binary 1100 10110100 110110 1011101 0 1000110 11101 10000111 1011000 100110

Color Harmonies of #0CB436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB436

Black with #0CB436

Text Example


Text Example

White with #0CB436

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,180,54); }

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

background-color css

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

 a { background-color: rgb(12,180,54); }

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

border-color css

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

 span { border-color: rgb(12,180,54); }

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