Html Css Color HEX #148525 Forest Green

📋 copy color: '#148525'

red 20 ◦ green 133 ◦ blue 37

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

Shades of Forest Green #148525

Tints of Forest Green #148525

RGB

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

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

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

R = 10.53%
G = 70%
B = 19.47%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#148525 (or 0x148525) is known color: Forest Green. HEX triplet: 14, 85 and 25. RGB value is (20,133,37). Sum of RGB (Red+Green+Blue) = 20+133+37=190 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.53% from 190); Green value is 133 (52.34% from 255 or 70% from 190); Blue value is 37 (14.84% from 255 or 19.47% from 190); Max value from RGB is 133 - color contains mainly: green. Hex color #148525 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148525 is #EB7ADA. Grayscale: #585858. Windows color (decimal): -15432411 or 2458900. OLE color: 2458900.

HSL color Cylindrical-coordinate representation of color #148525: hue angle of 129.03º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148525 is Cyan = 0.85, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB 20 133 37 -
CMYK 0.85 0 0.72 0.48
HSL 129.03º 0.74% 0.3% -
HSV(B) 129.03º 0.85% 0.52% -
XYZ 9.01 17.06 4.57 -
YUV 88.27 99.06 79.31 -
System Red Green Blue C M Y K H S L
Decimal 20 133 37 0.85 0 0.72 0.48 129.03 0.74 0.3
Hex 14 85 25 55 0 48 30 81 4A 1E
Octal 24 205 45 125 0 110 60 201 112 36
Binary 10100 10000101 100101 1010101 0 1001000 110000 10000001 1001010 11110

Color Harmonies of #148525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148525

Black with #148525

Text Example


Text Example

White with #148525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148525; }

 p { color: rgb(20,133,37); }

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

background-color css

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

 a { background-color: rgb(20,133,37); }

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

border-color css

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

 span { border-color: rgb(20,133,37); }

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