Html Css Color HEX #1DA138 Forest Green

📋 copy color: '#1DA138'

red 29 ◦ green 161 ◦ blue 56

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

Shades of Forest Green #1DA138

Tints of Forest Green #1DA138

RGB

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

 GREEN value IS 161 (63.28% from 255) = 65.45%

 BLUE value IS 56 (22.27% from 255) = 22.76%

R = 11.79%
G = 65.45%
B = 22.76%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#1DA138 (or 0x1DA138) is known color: Forest Green. HEX triplet: 1D, A1 and 38. RGB value is (29,161,56). Sum of RGB (Red+Green+Blue) = 29+161+56=246 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.79% from 246); Green value is 161 (63.28% from 255 or 65.45% from 246); Blue value is 56 (22.27% from 255 or 22.76% from 246); Max value from RGB is 161 - color contains mainly: green. Hex color #1DA138 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA138 is #E25EC7. Grayscale: #6D6D6D. Windows color (decimal): -14835400 or 3711261. OLE color: 3711261.

HSL color Cylindrical-coordinate representation of color #1DA138: hue angle of 132.27º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA138 is Cyan = 0.82, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.37.

Color convert

RGB 29 161 56 -
CMYK 0.82 0 0.65 0.37
HSL 132.27º 0.69% 0.37% -
HSV(B) 132.27º 0.82% 0.63% -
XYZ 13.97 26.04 8.03 -
YUV 109.56 97.77 70.54 -
System Red Green Blue C M Y K H S L
Decimal 29 161 56 0.82 0 0.65 0.37 132.27 0.69 0.37
Hex 1D A1 38 52 0 41 25 84 45 25
Octal 35 241 70 122 0 101 45 204 105 45
Binary 11101 10100001 111000 1010010 0 1000001 100101 10000100 1000101 100101

Color Harmonies of #1DA138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DA138

Black with #1DA138

Text Example


Text Example

White with #1DA138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,161,56); }

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

background-color css

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

 a { background-color: rgb(29,161,56); }

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

border-color css

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

 span { border-color: rgb(29,161,56); }

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