Html Css Color HEX #228532 Forest Green

📋 copy color: '#228532'

red 34 ◦ green 133 ◦ blue 50

#228532
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #228532

Tints of Forest Green #228532

RGB

 RED value IS 34 (13.67% from 255) = 15.67%

 GREEN value IS 133 (52.34% from 255) = 61.29%

 BLUE value IS 50 (19.92% from 255) = 23.04%

R = 15.67%
G = 61.29%
B = 23.04%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#228532 (or 0x228532) is known color: Forest Green. HEX triplet: 22, 85 and 32. RGB value is (34,133,50). Sum of RGB (Red+Green+Blue) = 34+133+50=217 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.67% from 217); Green value is 133 (52.34% from 255 or 61.29% from 217); Blue value is 50 (19.92% from 255 or 23.04% from 217); Max value from RGB is 133 - color contains mainly: green. Hex color #228532 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #228532 is #DD7ACD. Grayscale: #5E5E5E. Windows color (decimal): -14514894 or 3310882. OLE color: 3310882.

HSL color Cylindrical-coordinate representation of color #228532: hue angle of 129.7º 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 #228532 is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB 34 133 50 -
CMYK 0.74 0 0.62 0.48
HSL 129.7º 0.59% 0.33% -
HSV(B) 129.7º 0.74% 0.52% -
XYZ 9.62 17.35 5.86 -
YUV 93.94 103.2 85.25 -
System Red Green Blue C M Y K H S L
Decimal 34 133 50 0.74 0 0.62 0.48 129.7 0.59 0.33
Hex 22 85 32 4A 0 3E 30 82 3B 21
Octal 42 205 62 112 0 76 60 202 73 41
Binary 100010 10000101 110010 1001010 0 111110 110000 10000010 111011 100001

Color Harmonies of #228532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228532

Black with #228532

Text Example


Text Example

White with #228532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228532; }

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

 H1.HeaderClassName
 {
   color: #228532;
 }
 .AnyTagClassName
 {
   color: #228532;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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