#1A6302

Color #1A6302 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #1A6302

Tints of Green #1A6302

Color information

#1A6302 (or 0x1A6302) is unknown color: approx Green. HEX triplet: 1A, 63 and 02. RGB value is (26,99,2). Sum of RGB (Red+Green+Blue) = 26+99+2=127 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.47% from 127); Green value is 99 (39.06% from 255 or 77.95% from 127); Blue value is 2 (1.17% from 255 or 1.57% from 127); Max value from RGB is 99 - color contains mainly: green. Hex color #1A6302 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A6302 is #E59CFD. Grayscale: #424242. Windows color (decimal): -15047934 or 156442. OLE color: 156442.

HSL color Cylindrical-coordinate representation of color #1A6302: hue angle of 105.15º 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 #1A6302 is Cyan = 0.74, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.61.

Color convert

RGB26992-
CMYK0.7400.980.61
HSL105.15º96.04%19.8%-
HSV(B)105.15º97.98%38.82%-
XYZ4.99.151.56-
YUV66.1191.8299.39-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 20.47%
GREEN value IS 99 (39.06% from 255) = 77.95%
BLUE value IS 2 (1.17% from 255) = 1.57%
R=20.47%
G=77.95%
B=1.57%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal269920.7400.980.61105.1596.0419.8
Hex1A6324A0623D696014
Octal32143211201427515114024
Binary110101100011101001010011000101111011101001110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A6302; }

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

 H1.HeaderClassName
 {
   color: #1A6302;
 }
 .AnyTagClassName
 {
   color: #1A6302;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #1A6302;
 }
 .BgClassName
 {
   background-color: #1A6302;
 }
</style>
border-color css

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

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

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