#228B1B

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

Shades of Forest Green #228B1B

Tints of Forest Green #228B1B

Color information

#228B1B (or 0x228B1B) is unknown color: approx Forest Green. HEX triplet: 22, 8B and 1B. RGB value is (34,139,27). Sum of RGB (Red+Green+Blue) = 34+139+27=200 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17% from 200); Green value is 139 (54.69% from 255 or 69.5% from 200); Blue value is 27 (10.94% from 255 or 13.5% from 200); Max value from RGB is 139 - color contains mainly: green. Hex color #228B1B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #228B1B is #DD74E4. Grayscale: #5F5F5F. Windows color (decimal): -14513381 or 1805090. OLE color: 1805090.

HSL color Cylindrical-coordinate representation of color #228B1B: hue angle of 116.25º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #228B1B is Cyan = 0.76, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.45.

Color convert

RGB3413927-
CMYK0.7600.810.45
HSL116.25º67.47%32.55%-
HSV(B)116.25º80.58%54.51%-
XYZ10.0918.884.15-
YUV94.8489.7184.61-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17%
GREEN value IS 139 (54.69% from 255) = 69.5%
BLUE value IS 27 (10.94% from 255) = 13.5%
R=17%
G=69.5%
B=13.5%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal34139270.7600.810.45116.2567.4732.55
Hex228B1B4C0512D744321
Octal422133311401215516410341
Binary100010100010111101110011000101000110110111101001000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #228B1B; }

 p { color: rgb(34,139,27); }

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

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

 a { background-color: rgb(34,139,27); }

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

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

 span { border-color: rgb(34,139,27); }

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