Html Css Color HEX #1D8230 Forest Green

📋 copy color: '#1D8230'

red 29 ◦ green 130 ◦ blue 48

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

Shades of Forest Green #1D8230

Tints of Forest Green #1D8230

RGB

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

 GREEN value IS 130 (51.17% from 255) = 62.8%

 BLUE value IS 48 (19.14% from 255) = 23.19%

R = 14.01%
G = 62.8%
B = 23.19%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#1D8230 (or 0x1D8230) is known color: Forest Green. HEX triplet: 1D, 82 and 30. RGB value is (29,130,48). Sum of RGB (Red+Green+Blue) = 29+130+48=207 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.01% from 207); Green value is 130 (51.17% from 255 or 62.80% from 207); Blue value is 48 (19.14% from 255 or 23.19% from 207); Max value from RGB is 130 - color contains mainly: green. Hex color #1D8230 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D8230 is #E27DCF. Grayscale: #5A5A5A. Windows color (decimal): -14843344 or 3179037. OLE color: 3179037.

HSL color Cylindrical-coordinate representation of color #1D8230: hue angle of 131.29º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D8230 is Cyan = 0.78, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 29 130 48 -
CMYK 0.78 0 0.63 0.49
HSL 131.29º 0.64% 0.31% -
HSV(B) 131.29º 0.78% 0.51% -
XYZ 9.02 16.44 5.49 -
YUV 90.45 104.04 84.17 -
System Red Green Blue C M Y K H S L
Decimal 29 130 48 0.78 0 0.63 0.49 131.29 0.64 0.31
Hex 1D 82 30 4E 0 3F 31 83 40 1F
Octal 35 202 60 116 0 77 61 203 100 37
Binary 11101 10000010 110000 1001110 0 111111 110001 10000011 1000000 11111

Color Harmonies of #1D8230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D8230

Black with #1D8230

Text Example


Text Example

White with #1D8230

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,130,48); }

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

background-color css

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

 a { background-color: rgb(29,130,48); }

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

border-color css

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

 span { border-color: rgb(29,130,48); }

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