Html Css Color HEX #1D7000 Green

📋 copy color: '#1D7000'

red 29 ◦ green 112 ◦ blue 0

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

Shades of Green #1D7000

Tints of Green #1D7000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 20.57%
G = 79.43%
B = 0%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#1D7000 (or 0x1D7000) is known color: Green. HEX triplet: 1D, 70 and 00. RGB value is (29,112,0). Sum of RGB (Red+Green+Blue) = 29+112+0=141 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.57% from 141); Green value is 112 (44.14% from 255 or 79.43% from 141); Blue value is 0 (0.39% from 255 or 0% from 141); Max value from RGB is 112 - color contains mainly: green. Hex color #1D7000 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D7000 is #E28FFF. Grayscale: #4A4A4A. Windows color (decimal): -14848000 or 28701. OLE color: 28701.

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

Color convert

RGB 29 112 0 -
CMYK 0.74 0 1 0.56
HSL 104.46º 1% 0.22% -
HSV(B) 104.46º 1% 0.44% -
XYZ 6.3 11.85 1.96 -
YUV 74.42 86 95.61 -
System Red Green Blue C M Y K H S L
Decimal 29 112 0 0.74 0 1 0.56 104.46 1 0.22
Hex 1D 70 0 4A 0 64 38 68 64 16
Octal 35 160 0 112 0 144 70 150 144 26
Binary 11101 1110000 0 1001010 0 1100100 111000 1101000 1100100 10110

Color Harmonies of #1D7000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7000

Black with #1D7000

Text Example


Text Example

White with #1D7000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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