#26990A

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

Shades of Forest Green #26990A

Tints of Forest Green #26990A

Color information

#26990A (or 0x26990A) is unknown color: approx Forest Green. HEX triplet: 26, 99 and 0A. RGB value is (38,153,10). Sum of RGB (Red+Green+Blue) = 38+153+10=201 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.91% from 201); Green value is 153 (60.16% from 255 or 76.12% from 201); Blue value is 10 (4.30% from 255 or 4.98% from 201); Max value from RGB is 153 - color contains mainly: green. Hex color #26990A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #26990A is #D966F5. Grayscale: #666666. Windows color (decimal): -14247670 or 694566. OLE color: 694566.

HSL color Cylindrical-coordinate representation of color #26990A: hue angle of 108.25º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #26990A is Cyan = 0.75, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB3815310-
CMYK0.7500.930.4
HSL108.25º87.73%31.96%-
HSV(B)108.25º93.46%60%-
XYZ12.2523.224.12-
YUV102.3175.982.13-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.91%
GREEN value IS 153 (60.16% from 255) = 76.12%
BLUE value IS 10 (4.30% from 255) = 4.98%
R=18.91%
G=76.12%
B=4.98%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal38153100.7500.930.4108.2587.7331.96
Hex2699A4B05D286c5820
Octal462311211301355015413040
Binary10011010011001101010010110101110110100011011001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26990A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,153,10); }

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

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

 a { background-color: rgb(38,153,10); }

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

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

 span { border-color: rgb(38,153,10); }

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