Html Css Color HEX #026007 Green

📋 copy color: '#026007'

red 2 ◦ green 96 ◦ blue 7

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

Shades of Green #026007

Tints of Green #026007

RGB

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

 GREEN value IS 96 (37.89% from 255) = 91.43%

 BLUE value IS 7 (3.13% from 255) = 6.67%

R = 1.9%
G = 91.43%
B = 6.67%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.93

 K value IS 0.62

RGB Variations

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

Color information

#026007 (or 0x026007) is known color: Green. HEX triplet: 02, 60 and 07. RGB value is (2,96,7). Sum of RGB (Red+Green+Blue) = 2+96+7=105 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.90% from 105); Green value is 96 (37.89% from 255 or 91.43% from 105); Blue value is 7 (3.12% from 255 or 6.67% from 105); Max value from RGB is 96 - color contains mainly: green. Hex color #026007 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026007 is #FD9FF8. Grayscale: #3A3A3A. Windows color (decimal): -16621561 or 483330. OLE color: 483330.

HSL color Cylindrical-coordinate representation of color #026007: hue angle of 123.19º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026007 is Cyan = 0.98, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.62.

Color convert

RGB 2 96 7 -
CMYK 0.98 0 0.93 0.62
HSL 123.19º 0.96% 0.19% -
HSV(B) 123.19º 0.98% 0.38% -
XYZ 4.25 8.39 1.6 -
YUV 57.75 99.36 88.24 -
System Red Green Blue C M Y K H S L
Decimal 2 96 7 0.98 0 0.93 0.62 123.19 0.96 0.19
Hex 2 60 7 62 0 5D 3E 7B 60 13
Octal 2 140 7 142 0 135 76 173 140 23
Binary 10 1100000 111 1100010 0 1011101 111110 1111011 1100000 10011

Color Harmonies of #026007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026007

Black with #026007

Text Example


Text Example

White with #026007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026007; }

 p { color: rgb(2,96,7); }

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

background-color css

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

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

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

border-color css

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

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

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