Html Css Color HEX #1DA133 Forest Green

📋 copy color: '#1DA133'

red 29 ◦ green 161 ◦ blue 51

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

Shades of Forest Green #1DA133

Tints of Forest Green #1DA133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 21.16%

R = 12.03%
G = 66.8%
B = 21.16%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#1DA133 (or 0x1DA133) is known color: Forest Green. HEX triplet: 1D, A1 and 33. RGB value is (29,161,51). Sum of RGB (Red+Green+Blue) = 29+161+51=241 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.03% from 241); Green value is 161 (63.28% from 255 or 66.80% from 241); Blue value is 51 (20.31% from 255 or 21.16% from 241); Max value from RGB is 161 - color contains mainly: green. Hex color #1DA133 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA133 is #E25ECC. Grayscale: #6D6D6D. Windows color (decimal): -14835405 or 3383581. OLE color: 3383581.

HSL color Cylindrical-coordinate representation of color #1DA133: hue angle of 130º 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 #1DA133 is Cyan = 0.82, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.37.

Color convert

RGB 29 161 51 -
CMYK 0.82 0 0.68 0.37
HSL 130º 0.69% 0.37% -
HSV(B) 130º 0.82% 0.63% -
XYZ 13.85 25.99 7.42 -
YUV 108.99 95.27 70.94 -
System Red Green Blue C M Y K H S L
Decimal 29 161 51 0.82 0 0.68 0.37 130 0.69 0.37
Hex 1D A1 33 52 0 44 25 82 45 25
Octal 35 241 63 122 0 104 45 202 105 45
Binary 11101 10100001 110011 1010010 0 1000100 100101 10000010 1000101 100101

Color Harmonies of #1DA133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DA133

Black with #1DA133

Text Example


Text Example

White with #1DA133

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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