Html Css Color HEX #228F1F Forest Green

📋 copy color: '#228F1F'

red 34 ◦ green 143 ◦ blue 31

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

Shades of Forest Green #228F1F

Tints of Forest Green #228F1F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 68.75%

 BLUE value IS 31 (12.5% from 255) = 14.9%

R = 16.35%
G = 68.75%
B = 14.9%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#228F1F (or 0x228F1F) is known color: Forest Green. HEX triplet: 22, 8F and 1F. RGB value is (34,143,31). Sum of RGB (Red+Green+Blue) = 34+143+31=208 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.35% from 208); Green value is 143 (56.25% from 255 or 68.75% from 208); Blue value is 31 (12.5% from 255 or 14.90% from 208); Max value from RGB is 143 - color contains mainly: green. Hex color #228F1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #228F1F is #DD70E0. Grayscale: #616161. Windows color (decimal): -14512353 or 2068258. OLE color: 2068258.

HSL color Cylindrical-coordinate representation of color #228F1F: hue angle of 118.39º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #228F1F is Cyan = 0.76, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB 34 143 31 -
CMYK 0.76 0 0.78 0.44
HSL 118.39º 0.64% 0.34% -
HSV(B) 118.39º 0.78% 0.56% -
XYZ 10.73 20.08 4.61 -
YUV 97.64 90.39 82.61 -
System Red Green Blue C M Y K H S L
Decimal 34 143 31 0.76 0 0.78 0.44 118.39 0.64 0.34
Hex 22 8F 1F 4C 0 4E 2C 76 40 22
Octal 42 217 37 114 0 116 54 166 100 42
Binary 100010 10001111 11111 1001100 0 1001110 101100 1110110 1000000 100010

Color Harmonies of #228F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228F1F

Black with #228F1F

Text Example


Text Example

White with #228F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228F1F; }

 p { color: rgb(34,143,31); }

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

background-color css

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

 a { background-color: rgb(34,143,31); }

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

border-color css

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

 span { border-color: rgb(34,143,31); }

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