Html Css Color HEX #02770D Green

📋 copy color: '#02770D'

red 2 ◦ green 119 ◦ blue 13

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

Shades of Green #02770D

Tints of Green #02770D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.7%

R = 1.49%
G = 88.81%
B = 9.7%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#02770D (or 0x02770D) is known color: Green. HEX triplet: 02, 77 and 0D. RGB value is (2,119,13). Sum of RGB (Red+Green+Blue) = 2+119+13=134 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.49% from 134); Green value is 119 (46.88% from 255 or 88.81% from 134); Blue value is 13 (5.47% from 255 or 9.70% from 134); Max value from RGB is 119 - color contains mainly: green. Hex color #02770D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02770D is #FD88F2. Grayscale: #484848. Windows color (decimal): -16615667 or 882434. OLE color: 882434.

HSL color Cylindrical-coordinate representation of color #02770D: hue angle of 125.64º 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 #02770D is Cyan = 0.98, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB 2 119 13 -
CMYK 0.98 0 0.89 0.53
HSL 125.64º 0.97% 0.24% -
HSV(B) 125.64º 0.98% 0.47% -
XYZ 6.69 13.24 2.58 -
YUV 71.93 94.74 78.12 -
System Red Green Blue C M Y K H S L
Decimal 2 119 13 0.98 0 0.89 0.53 125.64 0.97 0.24
Hex 2 77 D 62 0 59 35 7E 61 18
Octal 2 167 15 142 0 131 65 176 141 30
Binary 10 1110111 1101 1100010 0 1011001 110101 1111110 1100001 11000

Color Harmonies of #02770D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02770D

Black with #02770D

Text Example


Text Example

White with #02770D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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