Html Css Color HEX #1D835F Deep Sea

📋 copy color: '#1D835F'

red 29 ◦ green 131 ◦ blue 95

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

Shades of Deep Sea #1D835F

Tints of Deep Sea #1D835F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 51.37%

 BLUE value IS 95 (37.5% from 255) = 37.25%

R = 11.37%
G = 51.37%
B = 37.25%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#1D835F (or 0x1D835F) is known color: Deep Sea. HEX triplet: 1D, 83 and 5F. RGB value is (29,131,95). Sum of RGB (Red+Green+Blue) = 29+131+95=255 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.37% from 255); Green value is 131 (51.56% from 255 or 51.37% from 255); Blue value is 95 (37.5% from 255 or 37.25% from 255); Max value from RGB is 131 - color contains mainly: green. Hex color #1D835F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D835F is #E27CA0. Grayscale: #606060. Windows color (decimal): -14843041 or 6259485. OLE color: 6259485.

HSL color Cylindrical-coordinate representation of color #1D835F: hue angle of 158.82º 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 #1D835F is Cyan = 0.78, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 29 131 95 -
CMYK 0.78 0 0.27 0.49
HSL 158.82º 0.64% 0.31% -
HSV(B) 158.82º 0.78% 0.51% -
XYZ 10.69 17.32 13.61 -
YUV 96.4 127.21 79.93 -
System Red Green Blue C M Y K H S L
Decimal 29 131 95 0.78 0 0.27 0.49 158.82 0.64 0.31
Hex 1D 83 5F 4E 0 1B 31 9F 40 1F
Octal 35 203 137 116 0 33 61 237 100 37
Binary 11101 10000011 1011111 1001110 0 11011 110001 10011111 1000000 11111

Color Harmonies of #1D835F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D835F

Black with #1D835F

Text Example


Text Example

White with #1D835F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,131,95); }

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

background-color css

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

 a { background-color: rgb(29,131,95); }

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

border-color css

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

 span { border-color: rgb(29,131,95); }

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