Html Css Color HEX #1D952D Forest Green

📋 copy color: '#1D952D'

red 29 ◦ green 149 ◦ blue 45

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

Shades of Forest Green #1D952D

Tints of Forest Green #1D952D

RGB

 RED value IS 29 (11.72% from 255) = 13%

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

 BLUE value IS 45 (17.97% from 255) = 20.18%

R = 13%
G = 66.82%
B = 20.18%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#1D952D (or 0x1D952D) is known color: Forest Green. HEX triplet: 1D, 95 and 2D. RGB value is (29,149,45). Sum of RGB (Red+Green+Blue) = 29+149+45=223 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.00% from 223); Green value is 149 (58.59% from 255 or 66.82% from 223); Blue value is 45 (17.97% from 255 or 20.18% from 223); Max value from RGB is 149 - color contains mainly: green. Hex color #1D952D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D952D is #E26AD2. Grayscale: #656565. Windows color (decimal): -14838483 or 2987293. OLE color: 2987293.

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

Color convert

RGB 29 149 45 -
CMYK 0.81 0 0.70 0.42
HSL 128º 0.67% 0.35% -
HSV(B) 128º 0.81% 0.58% -
XYZ 11.73 21.95 6.1 -
YUV 101.26 96.24 76.46 -
System Red Green Blue C M Y K H S L
Decimal 29 149 45 0.81 0 0.70 0.42 128 0.67 0.35
Hex 1D 95 2D 51 0 46 2A 80 43 23
Octal 35 225 55 121 0 106 52 200 103 43
Binary 11101 10010101 101101 1010001 0 1000110 101010 10000000 1000011 100011

Color Harmonies of #1D952D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D952D

Black with #1D952D

Text Example


Text Example

White with #1D952D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,149,45); }

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

background-color css

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

 a { background-color: rgb(29,149,45); }

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

border-color css

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

 span { border-color: rgb(29,149,45); }

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