Html Css Color HEX #228C0A Forest Green

📋 copy color: '#228C0A'

red 34 ◦ green 140 ◦ blue 10

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

Shades of Forest Green #228C0A

Tints of Forest Green #228C0A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 76.09%

 BLUE value IS 10 (4.3% from 255) = 5.43%

R = 18.48%
G = 76.09%
B = 5.43%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.93

 K value IS 0.45

RGB Variations

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

Color information

#228C0A (or 0x228C0A) is known color: Forest Green. HEX triplet: 22, 8C and 0A. RGB value is (34,140,10). Sum of RGB (Red+Green+Blue) = 34+140+10=184 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.48% from 184); Green value is 140 (55.08% from 255 or 76.09% from 184); Blue value is 10 (4.30% from 255 or 5.43% from 184); Max value from RGB is 140 - color contains mainly: green. Hex color #228C0A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #228C0A is #DD73F5. Grayscale: #5D5D5D. Windows color (decimal): -14513142 or 691234. OLE color: 691234.

HSL color Cylindrical-coordinate representation of color #228C0A: hue angle of 108.92º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #228C0A is Cyan = 0.76, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.45.

Color convert

RGB 34 140 10 -
CMYK 0.76 0 0.93 0.45
HSL 108.92º 0.87% 0.29% -
HSV(B) 108.92º 0.93% 0.55% -
XYZ 10.09 19.12 3.45 -
YUV 93.49 80.88 85.57 -
System Red Green Blue C M Y K H S L
Decimal 34 140 10 0.76 0 0.93 0.45 108.92 0.87 0.29
Hex 22 8C A 4C 0 5D 2D 6D 57 1D
Octal 42 214 12 114 0 135 55 155 127 35
Binary 100010 10001100 1010 1001100 0 1011101 101101 1101101 1010111 11101

Color Harmonies of #228C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228C0A

Black with #228C0A

Text Example


Text Example

White with #228C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,140,10); }

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

background-color css

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

 a { background-color: rgb(34,140,10); }

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

border-color css

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

 span { border-color: rgb(34,140,10); }

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