Html Css Color HEX #1F952A Forest Green

📋 copy color: '#1F952A'

red 31 ◦ green 149 ◦ blue 42

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

Shades of Forest Green #1F952A

Tints of Forest Green #1F952A

RGB

 RED value IS 31 (12.5% from 255) = 13.96%

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

 BLUE value IS 42 (16.8% from 255) = 18.92%

R = 13.96%
G = 67.12%
B = 18.92%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#1F952A (or 0x1F952A) is known color: Forest Green. HEX triplet: 1F, 95 and 2A. RGB value is (31,149,42). Sum of RGB (Red+Green+Blue) = 31+149+42=222 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.96% from 222); Green value is 149 (58.59% from 255 or 67.12% from 222); Blue value is 42 (16.80% from 255 or 18.92% from 222); Max value from RGB is 149 - color contains mainly: green. Hex color #1F952A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F952A is #E06AD5. Grayscale: #656565. Windows color (decimal): -14707414 or 2790687. OLE color: 2790687.

HSL color Cylindrical-coordinate representation of color #1F952A: hue angle of 125.59º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F952A is Cyan = 0.79, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 31 149 42 -
CMYK 0.79 0 0.72 0.42
HSL 125.59º 0.66% 0.35% -
HSV(B) 125.59º 0.79% 0.58% -
XYZ 11.73 21.95 5.81 -
YUV 101.52 94.41 77.7 -
System Red Green Blue C M Y K H S L
Decimal 31 149 42 0.79 0 0.72 0.42 125.59 0.66 0.35
Hex 1F 95 2A 4F 0 48 2A 7E 42 23
Octal 37 225 52 117 0 110 52 176 102 43
Binary 11111 10010101 101010 1001111 0 1001000 101010 1111110 1000010 100011

Color Harmonies of #1F952A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F952A

Black with #1F952A

Text Example


Text Example

White with #1F952A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,149,42); }

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

background-color css

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

 a { background-color: rgb(31,149,42); }

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

border-color css

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

 span { border-color: rgb(31,149,42); }

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