Html Css Color HEX #1D7505 Green

📋 copy color: '#1D7505'

red 29 ◦ green 117 ◦ blue 5

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

Shades of Green #1D7505

Tints of Green #1D7505

RGB

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

 GREEN value IS 117 (46.09% from 255) = 77.48%

 BLUE value IS 5 (2.34% from 255) = 3.31%

R = 19.21%
G = 77.48%
B = 3.31%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#1D7505 (or 0x1D7505) is known color: Green. HEX triplet: 1D, 75 and 05. RGB value is (29,117,5). Sum of RGB (Red+Green+Blue) = 29+117+5=151 (20% of max value = 765). Red value is 29 (11.72% from 255 or 19.21% from 151); Green value is 117 (46.09% from 255 or 77.48% from 151); Blue value is 5 (2.34% from 255 or 3.31% from 151); Max value from RGB is 117 - color contains mainly: green. Hex color #1D7505 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D7505 is #E28AFA. Grayscale: #4E4E4E. Windows color (decimal): -14846715 or 357661. OLE color: 357661.

HSL color Cylindrical-coordinate representation of color #1D7505: hue angle of 107.14º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1D7505 is Cyan = 0.75, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.54.

Color convert

RGB 29 117 5 -
CMYK 0.75 0 0.96 0.54
HSL 107.14º 0.92% 0.24% -
HSV(B) 107.14º 0.96% 0.46% -
XYZ 6.9 12.99 2.29 -
YUV 77.92 86.85 93.11 -
System Red Green Blue C M Y K H S L
Decimal 29 117 5 0.75 0 0.96 0.54 107.14 0.92 0.24
Hex 1D 75 5 4B 0 60 36 6B 5C 18
Octal 35 165 5 113 0 140 66 153 134 30
Binary 11101 1110101 101 1001011 0 1100000 110110 1101011 1011100 11000

Color Harmonies of #1D7505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7505

Black with #1D7505

Text Example


Text Example

White with #1D7505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,117,5); }

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

background-color css

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

 a { background-color: rgb(29,117,5); }

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

border-color css

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

 span { border-color: rgb(29,117,5); }

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