#228530

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

Shades of Forest Green #228530

Tints of Forest Green #228530

Color information

#228530 (or 0x228530) is unknown color: approx Forest Green. HEX triplet: 22, 85 and 30. RGB value is (34,133,48). Sum of RGB (Red+Green+Blue) = 34+133+48=215 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.81% from 215); Green value is 133 (52.34% from 255 or 61.86% from 215); Blue value is 48 (19.14% from 255 or 22.33% from 215); Max value from RGB is 133 - color contains mainly: green. Hex color #228530 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #228530 is #DD7ACF. Grayscale: #5D5D5D. Windows color (decimal): -14514896 or 3179810. OLE color: 3179810.

HSL color Cylindrical-coordinate representation of color #228530: hue angle of 128.48º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #228530 is Cyan = 0.74, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB3413348-
CMYK0.7400.640.48
HSL128.48º59.28%32.75%-
HSV(B)128.48º74.44%52.16%-
XYZ9.5817.335.64-
YUV93.71102.285.41-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.81%
GREEN value IS 133 (52.34% from 255) = 61.86%
BLUE value IS 48 (19.14% from 255) = 22.33%
R=15.81%
G=61.86%
B=22.33%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal34133480.7400.640.48128.4859.2832.75
Hex2285304A04030803b21
Octal42205601120100602007341
Binary1000101000010111000010010100100000011000010000000111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #228530; }

 p { color: rgb(34,133,48); }

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

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

 a { background-color: rgb(34,133,48); }

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

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

 span { border-color: rgb(34,133,48); }

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