Html Css Color HEX #02680D Green

📋 copy color: '#02680D'

red 2 ◦ green 104 ◦ blue 13

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

Shades of Green #02680D

Tints of Green #02680D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 87.39%

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

R = 1.68%
G = 87.39%
B = 10.92%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#02680D (or 0x02680D) is known color: Green. HEX triplet: 02, 68 and 0D. RGB value is (2,104,13). Sum of RGB (Red+Green+Blue) = 2+104+13=119 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.68% from 119); Green value is 104 (41.02% from 255 or 87.39% from 119); Blue value is 13 (5.47% from 255 or 10.92% from 119); Max value from RGB is 104 - color contains mainly: green. Hex color #02680D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02680D is #FD97F2. Grayscale: #3F3F3F. Windows color (decimal): -16619507 or 878594. OLE color: 878594.

HSL color Cylindrical-coordinate representation of color #02680D: hue angle of 126.47º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02680D is Cyan = 0.98, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB 2 104 13 -
CMYK 0.98 0 0.88 0.59
HSL 126.47º 0.96% 0.21% -
HSV(B) 126.47º 0.98% 0.41% -
XYZ 5.05 9.94 2.03 -
YUV 63.13 99.71 84.4 -
System Red Green Blue C M Y K H S L
Decimal 2 104 13 0.98 0 0.88 0.59 126.47 0.96 0.21
Hex 2 68 D 62 0 58 3B 7E 60 15
Octal 2 150 15 142 0 130 73 176 140 25
Binary 10 1101000 1101 1100010 0 1011000 111011 1111110 1100000 10101

Color Harmonies of #02680D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02680D

Black with #02680D

Text Example


Text Example

White with #02680D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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