Html Css Color HEX #1D825D Deep Sea

📋 copy color: '#1D825D'

red 29 ◦ green 130 ◦ blue 93

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

Shades of Deep Sea #1D825D

Tints of Deep Sea #1D825D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 51.59%

 BLUE value IS 93 (36.72% from 255) = 36.9%

R = 11.51%
G = 51.59%
B = 36.9%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#1D825D (or 0x1D825D) is known color: Deep Sea. HEX triplet: 1D, 82 and 5D. RGB value is (29,130,93). Sum of RGB (Red+Green+Blue) = 29+130+93=252 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.51% from 252); Green value is 130 (51.17% from 255 or 51.59% from 252); Blue value is 93 (36.72% from 255 or 36.90% from 252); Max value from RGB is 130 - color contains mainly: green. Hex color #1D825D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D825D is #E27DA2. Grayscale: #5F5F5F. Windows color (decimal): -14843299 or 6128157. OLE color: 6128157.

HSL color Cylindrical-coordinate representation of color #1D825D: hue angle of 158.02º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D825D is Cyan = 0.78, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 29 130 93 -
CMYK 0.78 0 0.28 0.49
HSL 158.02º 0.64% 0.31% -
HSV(B) 158.02º 0.78% 0.51% -
XYZ 10.47 17.02 13.09 -
YUV 95.58 126.54 80.51 -
System Red Green Blue C M Y K H S L
Decimal 29 130 93 0.78 0 0.28 0.49 158.02 0.64 0.31
Hex 1D 82 5D 4E 0 1C 31 9E 40 1F
Octal 35 202 135 116 0 34 61 236 100 37
Binary 11101 10000010 1011101 1001110 0 11100 110001 10011110 1000000 11111

Color Harmonies of #1D825D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D825D

Black with #1D825D

Text Example


Text Example

White with #1D825D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,130,93); }

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

background-color css

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

 a { background-color: rgb(29,130,93); }

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

border-color css

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

 span { border-color: rgb(29,130,93); }

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