Html Css Color HEX #0CB534 Dark Pastel Green

📋 copy color: '#0CB534'

red 12 ◦ green 181 ◦ blue 52

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

Shades of Dark Pastel Green #0CB534

Tints of Dark Pastel Green #0CB534

RGB

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

 GREEN value IS 181 (71.09% from 255) = 73.88%

 BLUE value IS 52 (20.7% from 255) = 21.22%

R = 4.9%
G = 73.88%
B = 21.22%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#0CB534 (or 0x0CB534) is known color: Dark Pastel Green. HEX triplet: 0C, B5 and 34. RGB value is (12,181,52). Sum of RGB (Red+Green+Blue) = 12+181+52=245 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.90% from 245); Green value is 181 (71.09% from 255 or 73.88% from 245); Blue value is 52 (20.70% from 255 or 21.22% from 245); Max value from RGB is 181 - color contains mainly: green. Hex color #0CB534 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB534 is #F34ACB. Grayscale: #747474. Windows color (decimal): -15944396 or 3454220. OLE color: 3454220.

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

Color convert

RGB 12 181 52 -
CMYK 0.93 0 0.71 0.29
HSL 134.2º 0.88% 0.38% -
HSV(B) 134.2º 0.93% 0.71% -
XYZ 17.3 33.37 8.78 -
YUV 115.76 92.01 53.99 -
System Red Green Blue C M Y K H S L
Decimal 12 181 52 0.93 0 0.71 0.29 134.2 0.88 0.38
Hex C B5 34 5D 0 47 1D 86 58 26
Octal 14 265 64 135 0 107 35 206 130 46
Binary 1100 10110101 110100 1011101 0 1000111 11101 10000110 1011000 100110

Color Harmonies of #0CB534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB534

Black with #0CB534

Text Example


Text Example

White with #0CB534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,181,52); }

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

background-color css

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

 a { background-color: rgb(12,181,52); }

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

border-color css

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

 span { border-color: rgb(12,181,52); }

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