Html Css Color HEX #148523 Forest Green

📋 copy color: '#148523'

red 20 ◦ green 133 ◦ blue 35

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

Shades of Forest Green #148523

Tints of Forest Green #148523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 18.62%

R = 10.64%
G = 70.74%
B = 18.62%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#148523 (or 0x148523) is known color: Forest Green. HEX triplet: 14, 85 and 23. RGB value is (20,133,35). Sum of RGB (Red+Green+Blue) = 20+133+35=188 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.64% from 188); Green value is 133 (52.34% from 255 or 70.74% from 188); Blue value is 35 (14.06% from 255 or 18.62% from 188); Max value from RGB is 133 - color contains mainly: green. Hex color #148523 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148523 is #EB7ADC. Grayscale: #585858. Windows color (decimal): -15432413 or 2327828. OLE color: 2327828.

HSL color Cylindrical-coordinate representation of color #148523: hue angle of 127.96º 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 #148523 is Cyan = 0.85, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB 20 133 35 -
CMYK 0.85 0 0.74 0.48
HSL 127.96º 0.74% 0.3% -
HSV(B) 127.96º 0.85% 0.52% -
XYZ 8.98 17.05 4.41 -
YUV 88.04 98.06 79.47 -
System Red Green Blue C M Y K H S L
Decimal 20 133 35 0.85 0 0.74 0.48 127.96 0.74 0.3
Hex 14 85 23 55 0 4A 30 80 4A 1E
Octal 24 205 43 125 0 112 60 200 112 36
Binary 10100 10000101 100011 1010101 0 1001010 110000 10000000 1001010 11110

Color Harmonies of #148523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148523

Black with #148523

Text Example


Text Example

White with #148523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148523; }

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

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

background-color css

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

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

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

border-color css

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

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

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