Html Css Color HEX #02850C Green

📋 copy color: '#02850C'

red 2 ◦ green 133 ◦ blue 12

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

Shades of Green #02850C

Tints of Green #02850C

RGB

 RED value IS 2 (1.17% from 255) = 1.36%

 GREEN value IS 133 (52.34% from 255) = 90.48%

 BLUE value IS 12 (5.08% from 255) = 8.16%

R = 1.36%
G = 90.48%
B = 8.16%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#02850C (or 0x02850C) is known color: Green. HEX triplet: 02, 85 and 0C. RGB value is (2,133,12). Sum of RGB (Red+Green+Blue) = 2+133+12=147 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.36% from 147); Green value is 133 (52.34% from 255 or 90.48% from 147); Blue value is 12 (5.08% from 255 or 8.16% from 147); Max value from RGB is 133 - color contains mainly: green. Hex color #02850C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02850C is #FD7AF3. Grayscale: #505050. Windows color (decimal): -16612084 or 820482. OLE color: 820482.

HSL color Cylindrical-coordinate representation of color #02850C: hue angle of 124.58º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02850C is Cyan = 0.98, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB 2 133 12 -
CMYK 0.98 0 0.91 0.48
HSL 124.58º 0.97% 0.26% -
HSV(B) 124.58º 0.98% 0.52% -
XYZ 8.48 16.81 3.15 -
YUV 80.04 89.6 72.34 -
System Red Green Blue C M Y K H S L
Decimal 2 133 12 0.98 0 0.91 0.48 124.58 0.97 0.26
Hex 2 85 C 62 0 5B 30 7D 61 1A
Octal 2 205 14 142 0 133 60 175 141 32
Binary 10 10000101 1100 1100010 0 1011011 110000 1111101 1100001 11010

Color Harmonies of #02850C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02850C

Black with #02850C

Text Example


Text Example

White with #02850C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02850C; }

 p { color: rgb(2,133,12); }

 H1.HeaderClassName
 {
   color: #02850C;
 }
 .AnyTagClassName
 {
   color: #02850C;
 }
</style>

background-color css

<style>
 a { background-color: #02850C; }

 a { background-color: rgb(2,133,12); }

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

border-color css

<style>
 span { border-color: #02850C; }

 span { border-color: rgb(2,133,12); }

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