#33A525

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

Shades of Forest Green #33A525

Tints of Forest Green #33A525

Color information

#33A525 (or 0x33A525) is unknown color: approx Forest Green. HEX triplet: 33, A5 and 25. RGB value is (51,165,37). Sum of RGB (Red+Green+Blue) = 51+165+37=253 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.16% from 253); Green value is 165 (64.84% from 255 or 65.22% from 253); Blue value is 37 (14.84% from 255 or 14.62% from 253); Max value from RGB is 165 - color contains mainly: green. Hex color #33A525 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33A525 is #CC5ADA. Grayscale: #747474. Windows color (decimal): -13392603 or 2467123. OLE color: 2467123.

HSL color Cylindrical-coordinate representation of color #33A525: hue angle of 113.44º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33A525 is Cyan = 0.69, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.35.

Color convert

RGB5116537-
CMYK0.6900.780.35
HSL113.44º63.37%39.61%-
HSV(B)113.44º77.58%64.71%-
XYZ15.1527.756.31-
YUV116.3283.2381.41-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.16%
GREEN value IS 165 (64.84% from 255) = 65.22%
BLUE value IS 37 (14.84% from 255) = 14.62%
R=20.16%
G=65.22%
B=14.62%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal51165370.6900.780.35113.4463.3739.61
Hex33A5254504E23713f28
Octal63245451050116431617750
Binary110011101001011001011000101010011101000111110001111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33A525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33A525; }

 p { color: rgb(51,165,37); }

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

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

 a { background-color: rgb(51,165,37); }

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

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

 span { border-color: rgb(51,165,37); }

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