Html Css Color HEX #02660D Green

📋 copy color: '#02660D'

red 2 ◦ green 102 ◦ blue 13

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

Shades of Green #02660D

Tints of Green #02660D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 87.18%

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

R = 1.71%
G = 87.18%
B = 11.11%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.87

 K value IS 0.6

RGB Variations

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

Color information

#02660D (or 0x02660D) is known color: Green. HEX triplet: 02, 66 and 0D. RGB value is (2,102,13). Sum of RGB (Red+Green+Blue) = 2+102+13=117 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.71% from 117); Green value is 102 (40.23% from 255 or 87.18% from 117); Blue value is 13 (5.47% from 255 or 11.11% from 117); Max value from RGB is 102 - color contains mainly: green. Hex color #02660D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02660D is #FD99F2. Grayscale: #3E3E3E. Windows color (decimal): -16620019 or 878082. OLE color: 878082.

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

Color convert

RGB 2 102 13 -
CMYK 0.98 0 0.87 0.6
HSL 126.6º 0.96% 0.2% -
HSV(B) 126.6º 0.98% 0.4% -
XYZ 4.85 9.54 1.97 -
YUV 61.95 100.37 85.24 -
System Red Green Blue C M Y K H S L
Decimal 2 102 13 0.98 0 0.87 0.6 126.6 0.96 0.2
Hex 2 66 D 62 0 57 3C 7F 60 14
Octal 2 146 15 142 0 127 74 177 140 24
Binary 10 1100110 1101 1100010 0 1010111 111100 1111111 1100000 10100

Color Harmonies of #02660D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02660D

Black with #02660D

Text Example


Text Example

White with #02660D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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