Html Css Color HEX #1D925D Sea Green

📋 copy color: '#1D925D'

red 29 ◦ green 146 ◦ blue 93

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

Shades of Sea Green #1D925D

Tints of Sea Green #1D925D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 54.48%

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

R = 10.82%
G = 54.48%
B = 34.7%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.36

 K value IS 0.43

RGB Variations

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

Color information

#1D925D (or 0x1D925D) is known color: Sea Green. HEX triplet: 1D, 92 and 5D. RGB value is (29,146,93). Sum of RGB (Red+Green+Blue) = 29+146+93=268 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.82% from 268); Green value is 146 (57.42% from 255 or 54.48% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 146 - color contains mainly: green. Hex color #1D925D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D925D is #E26DA2. Grayscale: #696969. Windows color (decimal): -14839203 or 6132253. OLE color: 6132253.

HSL color Cylindrical-coordinate representation of color #1D925D: hue angle of 152.82º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D925D is Cyan = 0.80, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB 29 146 93 -
CMYK 0.80 0 0.36 0.43
HSL 152.82º 0.67% 0.34% -
HSV(B) 152.82º 0.8% 0.57% -
XYZ 12.76 21.61 13.85 -
YUV 104.98 121.24 73.81 -
System Red Green Blue C M Y K H S L
Decimal 29 146 93 0.80 0 0.36 0.43 152.82 0.67 0.34
Hex 1D 92 5D 50 0 24 2B 99 43 22
Octal 35 222 135 120 0 44 53 231 103 42
Binary 11101 10010010 1011101 1010000 0 100100 101011 10011001 1000011 100010

Color Harmonies of #1D925D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D925D

Black with #1D925D

Text Example


Text Example

White with #1D925D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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