Html Css Color HEX #02690D Green

📋 copy color: '#02690D'

red 2 ◦ green 105 ◦ blue 13

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

Shades of Green #02690D

Tints of Green #02690D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 87.5%

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

R = 1.67%
G = 87.5%
B = 10.83%

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

#02690D (or 0x02690D) is known color: Green. HEX triplet: 02, 69 and 0D. RGB value is (2,105,13). Sum of RGB (Red+Green+Blue) = 2+105+13=120 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.67% from 120); Green value is 105 (41.41% from 255 or 87.5% from 120); Blue value is 13 (5.47% from 255 or 10.83% from 120); Max value from RGB is 105 - color contains mainly: green. Hex color #02690D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02690D is #FD96F2. Grayscale: #3F3F3F. Windows color (decimal): -16619251 or 878850. OLE color: 878850.

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

Color convert

RGB 2 105 13 -
CMYK 0.98 0 0.88 0.59
HSL 126.41º 0.96% 0.21% -
HSV(B) 126.41º 0.98% 0.41% -
XYZ 5.15 10.15 2.07 -
YUV 63.72 99.38 83.98 -
System Red Green Blue C M Y K H S L
Decimal 2 105 13 0.98 0 0.88 0.59 126.41 0.96 0.21
Hex 2 69 D 62 0 58 3B 7E 60 15
Octal 2 151 15 142 0 130 73 176 140 25
Binary 10 1101001 1101 1100010 0 1011000 111011 1111110 1100000 10101

Color Harmonies of #02690D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02690D

Black with #02690D

Text Example


Text Example

White with #02690D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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