Html Css Color HEX #02771D Green

📋 copy color: '#02771D'

red 2 ◦ green 119 ◦ blue 29

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

Shades of Green #02771D

Tints of Green #02771D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 19.33%

R = 1.33%
G = 79.33%
B = 19.33%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#02771D (or 0x02771D) is known color: Green. HEX triplet: 02, 77 and 1D. RGB value is (2,119,29). Sum of RGB (Red+Green+Blue) = 2+119+29=150 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.33% from 150); Green value is 119 (46.88% from 255 or 79.33% from 150); Blue value is 29 (11.72% from 255 or 19.33% from 150); Max value from RGB is 119 - color contains mainly: green. Hex color #02771D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02771D is #FD88E2. Grayscale: #494949. Windows color (decimal): -16615651 or 1931010. OLE color: 1931010.

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

Color convert

RGB 2 119 29 -
CMYK 0.98 0 0.76 0.53
HSL 133.85º 0.97% 0.24% -
HSV(B) 133.85º 0.98% 0.47% -
XYZ 6.84 13.3 3.37 -
YUV 73.76 102.74 76.82 -
System Red Green Blue C M Y K H S L
Decimal 2 119 29 0.98 0 0.76 0.53 133.85 0.97 0.24
Hex 2 77 1D 62 0 4C 35 86 61 18
Octal 2 167 35 142 0 114 65 206 141 30
Binary 10 1110111 11101 1100010 0 1001100 110101 10000110 1100001 11000

Color Harmonies of #02771D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02771D

Black with #02771D

Text Example


Text Example

White with #02771D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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