Html Css Color HEX #1A952F Forest Green

📋 copy color: '#1A952F'

red 26 ◦ green 149 ◦ blue 47

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

Shades of Forest Green #1A952F

Tints of Forest Green #1A952F

RGB

 RED value IS 26 (10.55% from 255) = 11.71%

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

 BLUE value IS 47 (18.75% from 255) = 21.17%

R = 11.71%
G = 67.12%
B = 21.17%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#1A952F (or 0x1A952F) is known color: Forest Green. HEX triplet: 1A, 95 and 2F. RGB value is (26,149,47). Sum of RGB (Red+Green+Blue) = 26+149+47=222 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.71% from 222); Green value is 149 (58.59% from 255 or 67.12% from 222); Blue value is 47 (18.75% from 255 or 21.17% from 222); Max value from RGB is 149 - color contains mainly: green. Hex color #1A952F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A952F is #E56AD0. Grayscale: #646464. Windows color (decimal): -15035089 or 3118362. OLE color: 3118362.

HSL color Cylindrical-coordinate representation of color #1A952F: hue angle of 130.24º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A952F is Cyan = 0.83, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 26 149 47 -
CMYK 0.83 0 0.68 0.42
HSL 130.24º 0.7% 0.34% -
HSV(B) 130.24º 0.83% 0.58% -
XYZ 11.69 21.92 6.3 -
YUV 100.6 97.75 74.79 -
System Red Green Blue C M Y K H S L
Decimal 26 149 47 0.83 0 0.68 0.42 130.24 0.7 0.34
Hex 1A 95 2F 53 0 44 2A 82 46 22
Octal 32 225 57 123 0 104 52 202 106 42
Binary 11010 10010101 101111 1010011 0 1000100 101010 10000010 1000110 100010

Color Harmonies of #1A952F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A952F

Black with #1A952F

Text Example


Text Example

White with #1A952F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A952F; }

 p { color: rgb(26,149,47); }

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

background-color css

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

 a { background-color: rgb(26,149,47); }

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

border-color css

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

 span { border-color: rgb(26,149,47); }

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