Html Css Color HEX #1D965A Sea Green

📋 copy color: '#1D965A'

red 29 ◦ green 150 ◦ blue 90

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

Shades of Sea Green #1D965A

Tints of Sea Green #1D965A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 55.76%

 BLUE value IS 90 (35.55% from 255) = 33.46%

R = 10.78%
G = 55.76%
B = 33.46%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.4

 K value IS 0.41

RGB Variations

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

Color information

#1D965A (or 0x1D965A) is known color: Sea Green. HEX triplet: 1D, 96 and 5A. RGB value is (29,150,90). Sum of RGB (Red+Green+Blue) = 29+150+90=269 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.78% from 269); Green value is 150 (58.98% from 255 or 55.76% from 269); Blue value is 90 (35.55% from 255 or 33.46% from 269); Max value from RGB is 150 - color contains mainly: green. Hex color #1D965A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D965A is #E269A5. Grayscale: #6B6B6B. Windows color (decimal): -14838182 or 5936669. OLE color: 5936669.

HSL color Cylindrical-coordinate representation of color #1D965A: hue angle of 150.25º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D965A is Cyan = 0.81, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.41.

Color convert

RGB 29 150 90 -
CMYK 0.81 0 0.4 0.41
HSL 150.25º 0.68% 0.35% -
HSV(B) 150.25º 0.81% 0.59% -
XYZ 13.26 22.81 13.38 -
YUV 106.98 118.41 72.38 -
System Red Green Blue C M Y K H S L
Decimal 29 150 90 0.81 0 0.4 0.41 150.25 0.68 0.35
Hex 1D 96 5A 51 0 28 29 96 44 23
Octal 35 226 132 121 0 50 51 226 104 43
Binary 11101 10010110 1011010 1010001 0 101000 101001 10010110 1000100 100011

Color Harmonies of #1D965A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D965A

Black with #1D965A

Text Example


Text Example

White with #1D965A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,150,90); }

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

background-color css

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

 a { background-color: rgb(29,150,90); }

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

border-color css

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

 span { border-color: rgb(29,150,90); }

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