Html Css Color HEX #026502 Green

📋 copy color: '#026502'

red 2 ◦ green 101 ◦ blue 2

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

Shades of Green #026502

Tints of Green #026502

RGB

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

 GREEN value IS 101 (39.84% from 255) = 96.19%

 BLUE value IS 2 (1.17% from 255) = 1.9%

R = 1.9%
G = 96.19%
B = 1.9%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.98

 K value IS 0.60

RGB Variations

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

Color information

#026502 (or 0x026502) is known color: Green. HEX triplet: 02, 65 and 02. RGB value is (2,101,2). Sum of RGB (Red+Green+Blue) = 2+101+2=105 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.90% from 105); Green value is 101 (39.84% from 255 or 96.19% from 105); Blue value is 2 (1.17% from 255 or 1.90% from 105); Max value from RGB is 101 - color contains mainly: green. Hex color #026502 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026502 is #FD9AFD. Grayscale: #3C3C3C. Windows color (decimal): -16620286 or 156930. OLE color: 156930.

HSL color Cylindrical-coordinate representation of color #026502: hue angle of 120º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026502 is Cyan = 0.98, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.60.

Color convert

RGB 2 101 2 -
CMYK 0.98 0 0.98 0.60
HSL 120º 0.96% 0.2% -
HSV(B) 120º 0.98% 0.4% -
XYZ 4.69 9.32 1.61 -
YUV 60.11 95.2 86.55 -
System Red Green Blue C M Y K H S L
Decimal 2 101 2 0.98 0 0.98 0.60 120 0.96 0.2
Hex 2 65 2 62 0 62 3C 78 60 14
Octal 2 145 2 142 0 142 74 170 140 24
Binary 10 1100101 10 1100010 0 1100010 111100 1111000 1100000 10100

Color Harmonies of #026502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026502

Black with #026502

Text Example


Text Example

White with #026502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026502; }

 p { color: rgb(2,101,2); }

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

background-color css

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

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

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

border-color css

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

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

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