Html Css Color HEX #168225 Forest Green

📋 copy color: '#168225'

red 22 ◦ green 130 ◦ blue 37

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

Shades of Forest Green #168225

Tints of Forest Green #168225

RGB

 RED value IS 22 (8.98% from 255) = 11.64%

 GREEN value IS 130 (51.17% from 255) = 68.78%

 BLUE value IS 37 (14.84% from 255) = 19.58%

R = 11.64%
G = 68.78%
B = 19.58%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#168225 (or 0x168225) is known color: Forest Green. HEX triplet: 16, 82 and 25. RGB value is (22,130,37). Sum of RGB (Red+Green+Blue) = 22+130+37=189 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.64% from 189); Green value is 130 (51.17% from 255 or 68.78% from 189); Blue value is 37 (14.84% from 255 or 19.58% from 189); Max value from RGB is 130 - color contains mainly: green. Hex color #168225 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #168225 is #E97DDA. Grayscale: #575757. Windows color (decimal): -15302107 or 2458134. OLE color: 2458134.

HSL color Cylindrical-coordinate representation of color #168225: hue angle of 128.33º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #168225 is Cyan = 0.83, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB 22 130 37 -
CMYK 0.83 0 0.72 0.49
HSL 128.33º 0.71% 0.3% -
HSV(B) 128.33º 0.83% 0.51% -
XYZ 8.65 16.27 4.43 -
YUV 87.11 99.72 81.56 -
System Red Green Blue C M Y K H S L
Decimal 22 130 37 0.83 0 0.72 0.49 128.33 0.71 0.3
Hex 16 82 25 53 0 48 31 80 47 1E
Octal 26 202 45 123 0 110 61 200 107 36
Binary 10110 10000010 100101 1010011 0 1001000 110001 10000000 1000111 11110

Color Harmonies of #168225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #168225

Black with #168225

Text Example


Text Example

White with #168225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #168225; }

 p { color: rgb(22,130,37); }

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

background-color css

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

 a { background-color: rgb(22,130,37); }

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

border-color css

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

 span { border-color: rgb(22,130,37); }

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