Html Css Color HEX #1D6E4B Dark Spring Green

📋 copy color: '#1D6E4B'

red 29 ◦ green 110 ◦ blue 75

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

Shades of Dark Spring Green #1D6E4B

Tints of Dark Spring Green #1D6E4B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 51.4%

 BLUE value IS 75 (29.69% from 255) = 35.05%

R = 13.55%
G = 51.4%
B = 35.05%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.32

 K value IS 0.57

RGB Variations

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

Color information

#1D6E4B (or 0x1D6E4B) is known color: Dark Spring Green. HEX triplet: 1D, 6E and 4B. RGB value is (29,110,75). Sum of RGB (Red+Green+Blue) = 29+110+75=214 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.55% from 214); Green value is 110 (43.36% from 255 or 51.40% from 214); Blue value is 75 (29.69% from 255 or 35.05% from 214); Max value from RGB is 110 - color contains mainly: green. Hex color #1D6E4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D6E4B is #E291B4. Grayscale: #515151. Windows color (decimal): -14848437 or 4943389. OLE color: 4943389.

HSL color Cylindrical-coordinate representation of color #1D6E4B: hue angle of 154.07º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D6E4B is Cyan = 0.74, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.57.

Color convert

RGB 29 110 75 -
CMYK 0.74 0 0.32 0.57
HSL 154.07º 0.58% 0.27% -
HSV(B) 154.07º 0.74% 0.43% -
XYZ 7.35 11.92 8.57 -
YUV 81.79 124.16 90.35 -
System Red Green Blue C M Y K H S L
Decimal 29 110 75 0.74 0 0.32 0.57 154.07 0.58 0.27
Hex 1D 6E 4B 4A 0 20 39 9A 3A 1B
Octal 35 156 113 112 0 40 71 232 72 33
Binary 11101 1101110 1001011 1001010 0 100000 111001 10011010 111010 11011

Color Harmonies of #1D6E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D6E4B

Black with #1D6E4B

Text Example


Text Example

White with #1D6E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,110,75); }

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

background-color css

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

 a { background-color: rgb(29,110,75); }

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

border-color css

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

 span { border-color: rgb(29,110,75); }

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