Html Css Color HEX #1DA230 Forest Green

📋 copy color: '#1DA230'

red 29 ◦ green 162 ◦ blue 48

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

Shades of Forest Green #1DA230

Tints of Forest Green #1DA230

RGB

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

 GREEN value IS 162 (63.67% from 255) = 67.78%

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

R = 12.13%
G = 67.78%
B = 20.08%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#1DA230 (or 0x1DA230) is known color: Forest Green. HEX triplet: 1D, A2 and 30. RGB value is (29,162,48). Sum of RGB (Red+Green+Blue) = 29+162+48=239 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.13% from 239); Green value is 162 (63.67% from 255 or 67.78% from 239); Blue value is 48 (19.14% from 255 or 20.08% from 239); Max value from RGB is 162 - color contains mainly: green. Hex color #1DA230 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA230 is #E25DCF. Grayscale: #6D6D6D. Windows color (decimal): -14835152 or 3187229. OLE color: 3187229.

HSL color Cylindrical-coordinate representation of color #1DA230: hue angle of 128.57º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA230 is Cyan = 0.82, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB 29 162 48 -
CMYK 0.82 0 0.70 0.36
HSL 128.57º 0.7% 0.37% -
HSV(B) 128.57º 0.82% 0.64% -
XYZ 13.96 26.32 7.14 -
YUV 109.24 93.44 70.77 -
System Red Green Blue C M Y K H S L
Decimal 29 162 48 0.82 0 0.70 0.36 128.57 0.7 0.37
Hex 1D A2 30 52 0 46 24 81 46 25
Octal 35 242 60 122 0 106 44 201 106 45
Binary 11101 10100010 110000 1010010 0 1000110 100100 10000001 1000110 100101

Color Harmonies of #1DA230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DA230

Black with #1DA230

Text Example


Text Example

White with #1DA230

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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