Html Css Color HEX #02770F Green

📋 copy color: '#02770F'

red 2 ◦ green 119 ◦ blue 15

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

Shades of Green #02770F

Tints of Green #02770F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 87.5%

 BLUE value IS 15 (6.25% from 255) = 11.03%

R = 1.47%
G = 87.5%
B = 11.03%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#02770F (or 0x02770F) is known color: Green. HEX triplet: 02, 77 and 0F. RGB value is (2,119,15). Sum of RGB (Red+Green+Blue) = 2+119+15=136 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.47% from 136); Green value is 119 (46.88% from 255 or 87.5% from 136); Blue value is 15 (6.25% from 255 or 11.03% from 136); Max value from RGB is 119 - color contains mainly: green. Hex color #02770F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02770F is #FD88F0. Grayscale: #484848. Windows color (decimal): -16615665 or 1013506. OLE color: 1013506.

HSL color Cylindrical-coordinate representation of color #02770F: hue angle of 126.67º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02770F is Cyan = 0.98, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB 2 119 15 -
CMYK 0.98 0 0.87 0.53
HSL 126.67º 0.97% 0.24% -
HSV(B) 126.67º 0.98% 0.47% -
XYZ 6.71 13.24 2.65 -
YUV 72.16 95.74 77.96 -
System Red Green Blue C M Y K H S L
Decimal 2 119 15 0.98 0 0.87 0.53 126.67 0.97 0.24
Hex 2 77 F 62 0 57 35 7F 61 18
Octal 2 167 17 142 0 127 65 177 141 30
Binary 10 1110111 1111 1100010 0 1010111 110101 1111111 1100001 11000

Color Harmonies of #02770F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02770F

Black with #02770F

Text Example


Text Example

White with #02770F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02770F; }

 p { color: rgb(2,119,15); }

 H1.HeaderClassName
 {
   color: #02770F;
 }
 .AnyTagClassName
 {
   color: #02770F;
 }
</style>

background-color css

<style>
 a { background-color: #02770F; }

 a { background-color: rgb(2,119,15); }

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

border-color css

<style>
 span { border-color: #02770F; }

 span { border-color: rgb(2,119,15); }

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