Html Css Color HEX #0CB52A Dark Pastel Green

📋 copy color: '#0CB52A'

red 12 ◦ green 181 ◦ blue 42

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

Shades of Dark Pastel Green #0CB52A

Tints of Dark Pastel Green #0CB52A

RGB

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

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

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

R = 5.11%
G = 77.02%
B = 17.87%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#0CB52A (or 0x0CB52A) is known color: Dark Pastel Green. HEX triplet: 0C, B5 and 2A. RGB value is (12,181,42). Sum of RGB (Red+Green+Blue) = 12+181+42=235 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.11% from 235); Green value is 181 (71.09% from 255 or 77.02% from 235); Blue value is 42 (16.80% from 255 or 17.87% from 235); Max value from RGB is 181 - color contains mainly: green. Hex color #0CB52A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB52A is #F34AD5. Grayscale: #737373. Windows color (decimal): -15944406 or 2798860. OLE color: 2798860.

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

Color convert

RGB 12 181 42 -
CMYK 0.93 0 0.77 0.29
HSL 130.65º 0.88% 0.38% -
HSV(B) 130.65º 0.93% 0.71% -
XYZ 17.09 33.29 7.72 -
YUV 114.62 87.01 54.8 -
System Red Green Blue C M Y K H S L
Decimal 12 181 42 0.93 0 0.77 0.29 130.65 0.88 0.38
Hex C B5 2A 5D 0 4D 1D 83 58 26
Octal 14 265 52 135 0 115 35 203 130 46
Binary 1100 10110101 101010 1011101 0 1001101 11101 10000011 1011000 100110

Color Harmonies of #0CB52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB52A

Black with #0CB52A

Text Example


Text Example

White with #0CB52A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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