Html Css Color HEX #1D700A Green

📋 copy color: '#1D700A'

red 29 ◦ green 112 ◦ blue 10

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

Shades of Green #1D700A

Tints of Green #1D700A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 74.17%

 BLUE value IS 10 (4.3% from 255) = 6.62%

R = 19.21%
G = 74.17%
B = 6.62%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#1D700A (or 0x1D700A) is known color: Green. HEX triplet: 1D, 70 and 0A. RGB value is (29,112,10). Sum of RGB (Red+Green+Blue) = 29+112+10=151 (20% of max value = 765). Red value is 29 (11.72% from 255 or 19.21% from 151); Green value is 112 (44.14% from 255 or 74.17% from 151); Blue value is 10 (4.30% from 255 or 6.62% from 151); Max value from RGB is 112 - color contains mainly: green. Hex color #1D700A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D700A is #E28FF5. Grayscale: #4B4B4B. Windows color (decimal): -14847990 or 684061. OLE color: 684061.

HSL color Cylindrical-coordinate representation of color #1D700A: hue angle of 108.82º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1D700A is Cyan = 0.74, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB 29 112 10 -
CMYK 0.74 0 0.91 0.56
HSL 108.82º 0.84% 0.24% -
HSV(B) 108.82º 0.91% 0.44% -
XYZ 6.36 11.87 2.24 -
YUV 75.56 91 94.79 -
System Red Green Blue C M Y K H S L
Decimal 29 112 10 0.74 0 0.91 0.56 108.82 0.84 0.24
Hex 1D 70 A 4A 0 5B 38 6D 54 18
Octal 35 160 12 112 0 133 70 155 124 30
Binary 11101 1110000 1010 1001010 0 1011011 111000 1101101 1010100 11000

Color Harmonies of #1D700A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D700A

Black with #1D700A

Text Example


Text Example

White with #1D700A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,112,10); }

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

background-color css

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

 a { background-color: rgb(29,112,10); }

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

border-color css

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

 span { border-color: rgb(29,112,10); }

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