Html Css Color HEX #02761A Green

📋 copy color: '#02761A'

red 2 ◦ green 118 ◦ blue 26

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

Shades of Green #02761A

Tints of Green #02761A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 80.82%

 BLUE value IS 26 (10.55% from 255) = 17.81%

R = 1.37%
G = 80.82%
B = 17.81%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#02761A (or 0x02761A) is known color: Green. HEX triplet: 02, 76 and 1A. RGB value is (2,118,26). Sum of RGB (Red+Green+Blue) = 2+118+26=146 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.37% from 146); Green value is 118 (46.48% from 255 or 80.82% from 146); Blue value is 26 (10.55% from 255 or 17.81% from 146); Max value from RGB is 118 - color contains mainly: green. Hex color #02761A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02761A is #FD89E5. Grayscale: #494949. Windows color (decimal): -16615910 or 1734146. OLE color: 1734146.

HSL color Cylindrical-coordinate representation of color #02761A: hue angle of 132.41º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02761A is Cyan = 0.98, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB 2 118 26 -
CMYK 0.98 0 0.78 0.54
HSL 132.41º 0.97% 0.24% -
HSV(B) 132.41º 0.98% 0.46% -
XYZ 6.69 13.04 3.14 -
YUV 72.83 101.57 77.48 -
System Red Green Blue C M Y K H S L
Decimal 2 118 26 0.98 0 0.78 0.54 132.41 0.97 0.24
Hex 2 76 1A 62 0 4E 36 84 61 18
Octal 2 166 32 142 0 116 66 204 141 30
Binary 10 1110110 11010 1100010 0 1001110 110110 10000100 1100001 11000

Color Harmonies of #02761A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02761A

Black with #02761A

Text Example


Text Example

White with #02761A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02761A; }

 p { color: rgb(2,118,26); }

 H1.HeaderClassName
 {
   color: #02761A;
 }
 .AnyTagClassName
 {
   color: #02761A;
 }
</style>

background-color css

<style>
 a { background-color: #02761A; }

 a { background-color: rgb(2,118,26); }

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

border-color css

<style>
 span { border-color: #02761A; }

 span { border-color: rgb(2,118,26); }

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