Html Css Color HEX #1D9135 Forest Green

📋 copy color: '#1D9135'

red 29 ◦ green 145 ◦ blue 53

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

Shades of Forest Green #1D9135

Tints of Forest Green #1D9135

RGB

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

 GREEN value IS 145 (57.03% from 255) = 63.88%

 BLUE value IS 53 (21.09% from 255) = 23.35%

R = 12.78%
G = 63.88%
B = 23.35%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.63

 K value IS 0.43

RGB Variations

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

Color information

#1D9135 (or 0x1D9135) is known color: Forest Green. HEX triplet: 1D, 91 and 35. RGB value is (29,145,53). Sum of RGB (Red+Green+Blue) = 29+145+53=227 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.78% from 227); Green value is 145 (57.03% from 255 or 63.88% from 227); Blue value is 53 (21.09% from 255 or 23.35% from 227); Max value from RGB is 145 - color contains mainly: green. Hex color #1D9135 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D9135 is #E26ECA. Grayscale: #646464. Windows color (decimal): -14839499 or 3510557. OLE color: 3510557.

HSL color Cylindrical-coordinate representation of color #1D9135: hue angle of 132.41º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D9135 is Cyan = 0.8, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.43.

Color convert

RGB 29 145 53 -
CMYK 0.8 0 0.63 0.43
HSL 132.41º 0.67% 0.34% -
HSV(B) 132.41º 0.8% 0.57% -
XYZ 11.27 20.77 6.78 -
YUV 99.83 101.57 77.48 -
System Red Green Blue C M Y K H S L
Decimal 29 145 53 0.8 0 0.63 0.43 132.41 0.67 0.34
Hex 1D 91 35 50 0 3F 2B 84 43 22
Octal 35 221 65 120 0 77 53 204 103 42
Binary 11101 10010001 110101 1010000 0 111111 101011 10000100 1000011 100010

Color Harmonies of #1D9135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D9135

Black with #1D9135

Text Example


Text Example

White with #1D9135

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,145,53); }

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

background-color css

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

 a { background-color: rgb(29,145,53); }

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

border-color css

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

 span { border-color: rgb(29,145,53); }

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