Html Css Color HEX #148227 Forest Green

📋 copy color: '#148227'

red 20 ◦ green 130 ◦ blue 39

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

Shades of Forest Green #148227

Tints of Forest Green #148227

RGB

 RED value IS 20 (8.2% from 255) = 10.58%

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

 BLUE value IS 39 (15.63% from 255) = 20.63%

R = 10.58%
G = 68.78%
B = 20.63%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.70

 K value IS 0.49

RGB Variations

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

Color information

#148227 (or 0x148227) is known color: Forest Green. HEX triplet: 14, 82 and 27. RGB value is (20,130,39). Sum of RGB (Red+Green+Blue) = 20+130+39=189 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.58% from 189); Green value is 130 (51.17% from 255 or 68.78% from 189); Blue value is 39 (15.62% from 255 or 20.63% from 189); Max value from RGB is 130 - color contains mainly: green. Hex color #148227 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148227 is #EB7DD8. Grayscale: #565656. Windows color (decimal): -15433177 or 2589204. OLE color: 2589204.

HSL color Cylindrical-coordinate representation of color #148227: hue angle of 130.36º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148227 is Cyan = 0.85, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 130 39 -
CMYK 0.85 0 0.70 0.49
HSL 130.36º 0.73% 0.29% -
HSV(B) 130.36º 0.85% 0.51% -
XYZ 8.64 16.26 4.6 -
YUV 86.74 101.06 80.4 -
System Red Green Blue C M Y K H S L
Decimal 20 130 39 0.85 0 0.70 0.49 130.36 0.73 0.29
Hex 14 82 27 55 0 46 31 82 49 1D
Octal 24 202 47 125 0 106 61 202 111 35
Binary 10100 10000010 100111 1010101 0 1000110 110001 10000010 1001001 11101

Color Harmonies of #148227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148227

Black with #148227

Text Example


Text Example

White with #148227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148227; }

 p { color: rgb(20,130,39); }

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

background-color css

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

 a { background-color: rgb(20,130,39); }

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

border-color css

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

 span { border-color: rgb(20,130,39); }

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