Html Css Color HEX #02650A Green

📋 copy color: '#02650A'

red 2 ◦ green 101 ◦ blue 10

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

Shades of Green #02650A

Tints of Green #02650A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 8.85%

R = 1.77%
G = 89.38%
B = 8.85%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.90

 K value IS 0.60

RGB Variations

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

Color information

#02650A (or 0x02650A) is known color: Green. HEX triplet: 02, 65 and 0A. RGB value is (2,101,10). Sum of RGB (Red+Green+Blue) = 2+101+10=113 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.77% from 113); Green value is 101 (39.84% from 255 or 89.38% from 113); Blue value is 10 (4.30% from 255 or 8.85% from 113); Max value from RGB is 101 - color contains mainly: green. Hex color #02650A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02650A is #FD9AF5. Grayscale: #3D3D3D. Windows color (decimal): -16620278 or 681218. OLE color: 681218.

HSL color Cylindrical-coordinate representation of color #02650A: hue angle of 124.85º 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 #02650A is Cyan = 0.98, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.60.

Color convert

RGB 2 101 10 -
CMYK 0.98 0 0.90 0.60
HSL 124.85º 0.96% 0.2% -
HSV(B) 124.85º 0.98% 0.4% -
XYZ 4.73 9.34 1.84 -
YUV 61.03 99.2 85.9 -
System Red Green Blue C M Y K H S L
Decimal 2 101 10 0.98 0 0.90 0.60 124.85 0.96 0.2
Hex 2 65 A 62 0 5A 3C 7D 60 14
Octal 2 145 12 142 0 132 74 175 140 24
Binary 10 1100101 1010 1100010 0 1011010 111100 1111101 1100000 10100

Color Harmonies of #02650A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02650A

Black with #02650A

Text Example


Text Example

White with #02650A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02650A; }

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

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

background-color css

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

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

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

border-color css

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

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

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