#308525

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

Shades of Forest Green #308525

Tints of Forest Green #308525

Color information

#308525 (or 0x308525) is unknown color: approx Forest Green. HEX triplet: 30, 85 and 25. RGB value is (48,133,37). Sum of RGB (Red+Green+Blue) = 48+133+37=218 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.02% from 218); Green value is 133 (52.34% from 255 or 61.01% from 218); Blue value is 37 (14.84% from 255 or 16.97% from 218); Max value from RGB is 133 - color contains mainly: green. Hex color #308525 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308525 is #CF7ADA. Grayscale: #606060. Windows color (decimal): -13597403 or 2458928. OLE color: 2458928.

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

Color convert

RGB4813337-
CMYK0.6400.720.48
HSL113.12º56.47%33.33%-
HSV(B)113.12º72.18%52.16%-
XYZ9.9417.544.61-
YUV96.6494.3493.31-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.02%
GREEN value IS 133 (52.34% from 255) = 61.01%
BLUE value IS 37 (14.84% from 255) = 16.97%
R=22.02%
G=61.01%
B=16.97%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal48133370.6400.720.48113.1256.4733.33
Hex3085254004830713821
Octal60205451000110601617041
Binary110000100001011001011000000010010001100001110001111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308525; }

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

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

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

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

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

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

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

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