#248B1B

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

Shades of Forest Green #248B1B

Tints of Forest Green #248B1B

Color information

#248B1B (or 0x248B1B) is unknown color: approx Forest Green. HEX triplet: 24, 8B and 1B. RGB value is (36,139,27). Sum of RGB (Red+Green+Blue) = 36+139+27=202 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.82% from 202); Green value is 139 (54.69% from 255 or 68.81% from 202); Blue value is 27 (10.94% from 255 or 13.37% from 202); Max value from RGB is 139 - color contains mainly: green. Hex color #248B1B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248B1B is #DB74E4. Grayscale: #5F5F5F. Windows color (decimal): -14382309 or 1805092. OLE color: 1805092.

HSL color Cylindrical-coordinate representation of color #248B1B: hue angle of 115.18º 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 #248B1B is Cyan = 0.74, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.45.

Color convert

RGB3613927-
CMYK0.7400.810.45
HSL115.18º67.47%32.55%-
HSV(B)115.18º80.58%54.51%-
XYZ10.1618.924.15-
YUV95.4389.3885.61-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.82%
GREEN value IS 139 (54.69% from 255) = 68.81%
BLUE value IS 27 (10.94% from 255) = 13.37%
R=17.82%
G=68.81%
B=13.37%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal36139270.7400.810.45115.1867.4732.55
Hex248B1B4A0512D734321
Octal442133311201215516310341
Binary100100100010111101110010100101000110110111100111000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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