Html Css Color HEX #026313 Green

📋 copy color: '#026313'

red 2 ◦ green 99 ◦ blue 19

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

Shades of Green #026313

Tints of Green #026313

RGB

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

 GREEN value IS 99 (39.06% from 255) = 82.5%

 BLUE value IS 19 (7.81% from 255) = 15.83%

R = 1.67%
G = 82.5%
B = 15.83%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.81

 K value IS 0.61

RGB Variations

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

Color information

#026313 (or 0x026313) is known color: Green. HEX triplet: 02, 63 and 13. RGB value is (2,99,19). Sum of RGB (Red+Green+Blue) = 2+99+19=120 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.67% from 120); Green value is 99 (39.06% from 255 or 82.5% from 120); Blue value is 19 (7.81% from 255 or 15.83% from 120); Max value from RGB is 99 - color contains mainly: green. Hex color #026313 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026313 is #FD9CEC. Grayscale: #3D3D3D. Windows color (decimal): -16620781 or 1270530. OLE color: 1270530.

HSL color Cylindrical-coordinate representation of color #026313: hue angle of 130.52º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026313 is Cyan = 0.98, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.61.

Color convert

RGB 2 99 19 -
CMYK 0.98 0 0.81 0.61
HSL 130.52º 0.96% 0.2% -
HSV(B) 130.52º 0.98% 0.39% -
XYZ 4.6 8.98 2.11 -
YUV 60.88 104.36 86 -
System Red Green Blue C M Y K H S L
Decimal 2 99 19 0.98 0 0.81 0.61 130.52 0.96 0.2
Hex 2 63 13 62 0 51 3D 83 60 14
Octal 2 143 23 142 0 121 75 203 140 24
Binary 10 1100011 10011 1100010 0 1010001 111101 10000011 1100000 10100

Color Harmonies of #026313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026313

Black with #026313

Text Example


Text Example

White with #026313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026313; }

 p { color: rgb(2,99,19); }

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

background-color css

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

 a { background-color: rgb(2,99,19); }

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

border-color css

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

 span { border-color: rgb(2,99,19); }

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