Html Css Color HEX #148C0D Forest Green

📋 copy color: '#148C0D'

red 20 ◦ green 140 ◦ blue 13

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

Shades of Forest Green #148C0D

Tints of Forest Green #148C0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.51%

R = 11.56%
G = 80.92%
B = 7.51%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.91

 K value IS 0.45

RGB Variations

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

Color information

#148C0D (or 0x148C0D) is known color: Forest Green. HEX triplet: 14, 8C and 0D. RGB value is (20,140,13). Sum of RGB (Red+Green+Blue) = 20+140+13=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 140 (55.08% from 255 or 80.92% from 173); Blue value is 13 (5.47% from 255 or 7.51% from 173); Max value from RGB is 140 - color contains mainly: green. Hex color #148C0D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148C0D is #EB73F2. Grayscale: #5A5A5A. Windows color (decimal): -15430643 or 887828. OLE color: 887828.

HSL color Cylindrical-coordinate representation of color #148C0D: hue angle of 116.69º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #148C0D is Cyan = 0.86, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB 20 140 13 -
CMYK 0.86 0 0.91 0.45
HSL 116.69º 0.83% 0.3% -
HSV(B) 116.69º 0.91% 0.55% -
XYZ 9.74 18.93 3.52 -
YUV 89.64 84.74 78.33 -
System Red Green Blue C M Y K H S L
Decimal 20 140 13 0.86 0 0.91 0.45 116.69 0.83 0.3
Hex 14 8C D 56 0 5B 2D 75 53 1E
Octal 24 214 15 126 0 133 55 165 123 36
Binary 10100 10001100 1101 1010110 0 1011011 101101 1110101 1010011 11110

Color Harmonies of #148C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148C0D

Black with #148C0D

Text Example


Text Example

White with #148C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148C0D; }

 p { color: rgb(20,140,13); }

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

background-color css

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

 a { background-color: rgb(20,140,13); }

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

border-color css

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

 span { border-color: rgb(20,140,13); }

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