Html Css Color HEX #0CB02F Dark Pastel Green

📋 copy color: '#0CB02F'

red 12 ◦ green 176 ◦ blue 47

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

Shades of Dark Pastel Green #0CB02F

Tints of Dark Pastel Green #0CB02F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 74.89%

 BLUE value IS 47 (18.75% from 255) = 20%

R = 5.11%
G = 74.89%
B = 20%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#0CB02F (or 0x0CB02F) is known color: Dark Pastel Green. HEX triplet: 0C, B0 and 2F. RGB value is (12,176,47). Sum of RGB (Red+Green+Blue) = 12+176+47=235 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.11% from 235); Green value is 176 (69.14% from 255 or 74.89% from 235); Blue value is 47 (18.75% from 255 or 20% from 235); Max value from RGB is 176 - color contains mainly: green. Hex color #0CB02F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CB02F is #F34FD0. Grayscale: #707070. Windows color (decimal): -15945681 or 3125260. OLE color: 3125260.

HSL color Cylindrical-coordinate representation of color #0CB02F: hue angle of 132.8º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB02F is Cyan = 0.93, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 12 176 47 -
CMYK 0.93 0 0.73 0.31
HSL 132.8º 0.87% 0.37% -
HSV(B) 132.8º 0.93% 0.69% -
XYZ 16.19 31.33 7.88 -
YUV 112.26 91.17 56.49 -
System Red Green Blue C M Y K H S L
Decimal 12 176 47 0.93 0 0.73 0.31 132.8 0.87 0.37
Hex C B0 2F 5D 0 49 1F 85 57 25
Octal 14 260 57 135 0 111 37 205 127 45
Binary 1100 10110000 101111 1011101 0 1001001 11111 10000101 1010111 100101

Color Harmonies of #0CB02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB02F

Black with #0CB02F

Text Example


Text Example

White with #0CB02F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,176,47); }

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

background-color css

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

 a { background-color: rgb(12,176,47); }

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

border-color css

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

 span { border-color: rgb(12,176,47); }

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