Html Css Color HEX #1D852A Forest Green

📋 copy color: '#1D852A'

red 29 ◦ green 133 ◦ blue 42

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

Shades of Forest Green #1D852A

Tints of Forest Green #1D852A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 65.2%

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

R = 14.22%
G = 65.2%
B = 20.59%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#1D852A (or 0x1D852A) is known color: Forest Green. HEX triplet: 1D, 85 and 2A. RGB value is (29,133,42). Sum of RGB (Red+Green+Blue) = 29+133+42=204 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.22% from 204); Green value is 133 (52.34% from 255 or 65.20% from 204); Blue value is 42 (16.80% from 255 or 20.59% from 204); Max value from RGB is 133 - color contains mainly: green. Hex color #1D852A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D852A is #E27AD5. Grayscale: #5B5B5B. Windows color (decimal): -14842582 or 2786589. OLE color: 2786589.

HSL color Cylindrical-coordinate representation of color #1D852A: hue angle of 127.5º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D852A is Cyan = 0.78, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB 29 133 42 -
CMYK 0.78 0 0.68 0.48
HSL 127.5º 0.64% 0.32% -
HSV(B) 127.5º 0.78% 0.52% -
XYZ 9.31 17.2 5.02 -
YUV 91.53 100.04 83.4 -
System Red Green Blue C M Y K H S L
Decimal 29 133 42 0.78 0 0.68 0.48 127.5 0.64 0.32
Hex 1D 85 2A 4E 0 44 30 80 40 20
Octal 35 205 52 116 0 104 60 200 100 40
Binary 11101 10000101 101010 1001110 0 1000100 110000 10000000 1000000 100000

Color Harmonies of #1D852A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D852A

Black with #1D852A

Text Example


Text Example

White with #1D852A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,133,42); }

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

background-color css

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

 a { background-color: rgb(29,133,42); }

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

border-color css

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

 span { border-color: rgb(29,133,42); }

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