#1A9235

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

Shades of Forest Green #1A9235

Tints of Forest Green #1A9235

Color information

#1A9235 (or 0x1A9235) is unknown color: approx Forest Green. HEX triplet: 1A, 92 and 35. RGB value is (26,146,53). Sum of RGB (Red+Green+Blue) = 26+146+53=225 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.56% from 225); Green value is 146 (57.42% from 255 or 64.89% from 225); Blue value is 53 (21.09% from 255 or 23.56% from 225); Max value from RGB is 146 - color contains mainly: green. Hex color #1A9235 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A9235 is #E56DCA. Grayscale: #636363. Windows color (decimal): -15035851 or 3510810. OLE color: 3510810.

HSL color Cylindrical-coordinate representation of color #1A9235: hue angle of 133.5º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A9235 is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.43.

Color convert

RGB2614653-
CMYK0.8200.640.43
HSL133.5º69.77%33.73%-
HSV(B)133.5º82.19%57.25%-
XYZ11.3521.036.83-
YUV99.52101.7475.56-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.56%
GREEN value IS 146 (57.42% from 255) = 64.89%
BLUE value IS 53 (21.09% from 255) = 23.56%
R=11.56%
G=64.89%
B=23.56%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal26146530.8200.640.43133.569.7733.73
Hex1A9235520402B864622
Octal322226512201005320610642
Binary1101010010010110101101001001000000101011100001101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,146,53); }

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

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

 a { background-color: rgb(26,146,53); }

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

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

 span { border-color: rgb(26,146,53); }

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