#26B012

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

Shades of Forest Green #26B012

Tints of Forest Green #26B012

Color information

#26B012 (or 0x26B012) is unknown color: approx Forest Green. HEX triplet: 26, B0 and 12. RGB value is (38,176,18). Sum of RGB (Red+Green+Blue) = 38+176+18=232 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.38% from 232); Green value is 176 (69.14% from 255 or 75.86% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 176 - color contains mainly: green. Hex color #26B012 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #26B012 is #D94FED. Grayscale: #757575. Windows color (decimal): -14241774 or 1224742. OLE color: 1224742.

HSL color Cylindrical-coordinate representation of color #26B012: hue angle of 112.41º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #26B012 is Cyan = 0.78, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB3817618-
CMYK0.7800.900.31
HSL112.41º81.44%38.04%-
HSV(B)112.41º89.77%69.02%-
XYZ16.4331.515.79-
YUV116.7372.2871.85-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.38%
GREEN value IS 176 (69.14% from 255) = 75.86%
BLUE value IS 18 (7.42% from 255) = 7.76%
R=16.38%
G=75.86%
B=7.76%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal38176180.7800.900.31112.4181.4438.04
Hex26B0124E05A1F705126
Octal462602211601323716012146
Binary10011010110000100101001110010110101111111100001010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26B012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26B012; }

 p { color: rgb(38,176,18); }

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

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

 a { background-color: rgb(38,176,18); }

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

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

 span { border-color: rgb(38,176,18); }

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