#338c2b

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

Shades of Forest Green #338C2B

Tints of Forest Green #338C2B

Color information

#338C2B (or 0x338C2B) is unknown color: approx Forest Green. HEX triplet: 33, 8C and 2B. RGB value is (51,140,43). Sum of RGB (Red+Green+Blue) = 51+140+43=234 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.79% from 234); Green value is 140 (55.08% from 255 or 59.83% from 234); Blue value is 43 (17.19% from 255 or 18.38% from 234); Max value from RGB is 140 - color contains mainly: green. Hex color #338C2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338C2B is #CC73D4. Grayscale: #666666. Windows color (decimal): -13398997 or 2853939. OLE color: 2853939.

HSL color Cylindrical-coordinate representation of color #338C2B: hue angle of 115.05º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #338C2B is Cyan = 0.64, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB5114043-
CMYK0.6400.690.45
HSL115.05º53.01%35.88%-
HSV(B)115.05º69.29%54.9%-
XYZ11.1819.635.49-
YUV102.3394.5191.39-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.79%
GREEN value IS 140 (55.08% from 255) = 59.83%
BLUE value IS 43 (17.19% from 255) = 18.38%
R=21.79%
G=59.83%
B=18.38%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal51140430.6400.690.45115.0553.0135.88
Hex338C2B400452D733524
Octal63214531000105551636544
Binary110011100011001010111000000010001011011011110011110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338c2b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338c2b; }

 p { color: rgb(51,140,43); }

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

<style>
 a { background-color: #338c2b; }

 a { background-color: rgb(51,140,43); }

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

<style>
 span { border-color: #338c2b; }

 span { border-color: rgb(51,140,43); }

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