Html Css Color HEX #14951B Forest Green

📋 copy color: '#14951B'

red 20 ◦ green 149 ◦ blue 27

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

Shades of Forest Green #14951B

Tints of Forest Green #14951B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 76.02%

 BLUE value IS 27 (10.94% from 255) = 13.78%

R = 10.2%
G = 76.02%
B = 13.78%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#14951B (or 0x14951B) is known color: Forest Green. HEX triplet: 14, 95 and 1B. RGB value is (20,149,27). Sum of RGB (Red+Green+Blue) = 20+149+27=196 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.20% from 196); Green value is 149 (58.59% from 255 or 76.02% from 196); Blue value is 27 (10.94% from 255 or 13.78% from 196); Max value from RGB is 149 - color contains mainly: green. Hex color #14951B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14951B is #EB6AE4. Grayscale: #606060. Windows color (decimal): -15428325 or 1807636. OLE color: 1807636.

HSL color Cylindrical-coordinate representation of color #14951B: hue angle of 123.26º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14951B is Cyan = 0.87, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 149 27 -
CMYK 0.87 0 0.82 0.42
HSL 123.26º 0.76% 0.33% -
HSV(B) 123.26º 0.87% 0.58% -
XYZ 11.23 21.72 4.64 -
YUV 96.52 88.76 73.42 -
System Red Green Blue C M Y K H S L
Decimal 20 149 27 0.87 0 0.82 0.42 123.26 0.76 0.33
Hex 14 95 1B 57 0 52 2A 7B 4C 21
Octal 24 225 33 127 0 122 52 173 114 41
Binary 10100 10010101 11011 1010111 0 1010010 101010 1111011 1001100 100001

Color Harmonies of #14951B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14951B

Black with #14951B

Text Example


Text Example

White with #14951B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14951B; }

 p { color: rgb(20,149,27); }

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

background-color css

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

 a { background-color: rgb(20,149,27); }

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

border-color css

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

 span { border-color: rgb(20,149,27); }

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