Html Css Color HEX #1D964B Sea Green

📋 copy color: '#1D964B'

red 29 ◦ green 150 ◦ blue 75

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

Shades of Sea Green #1D964B

Tints of Sea Green #1D964B

RGB

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

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

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

R = 11.42%
G = 59.06%
B = 29.53%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.5

 K value IS 0.41

RGB Variations

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

Color information

#1D964B (or 0x1D964B) is known color: Sea Green. HEX triplet: 1D, 96 and 4B. RGB value is (29,150,75). Sum of RGB (Red+Green+Blue) = 29+150+75=254 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.42% from 254); Green value is 150 (58.98% from 255 or 59.06% from 254); Blue value is 75 (29.69% from 255 or 29.53% from 254); Max value from RGB is 150 - color contains mainly: green. Hex color #1D964B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D964B is #E269B4. Grayscale: #696969. Windows color (decimal): -14838197 or 4953629. OLE color: 4953629.

HSL color Cylindrical-coordinate representation of color #1D964B: hue angle of 142.81º 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 #1D964B is Cyan = 0.81, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.41.

Color convert

RGB 29 150 75 -
CMYK 0.81 0 0.5 0.41
HSL 142.81º 0.68% 0.35% -
HSV(B) 142.81º 0.81% 0.59% -
XYZ 12.68 22.58 10.35 -
YUV 105.27 110.91 73.6 -
System Red Green Blue C M Y K H S L
Decimal 29 150 75 0.81 0 0.5 0.41 142.81 0.68 0.35
Hex 1D 96 4B 51 0 32 29 8F 44 23
Octal 35 226 113 121 0 62 51 217 104 43
Binary 11101 10010110 1001011 1010001 0 110010 101001 10001111 1000100 100011

Color Harmonies of #1D964B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D964B

Black with #1D964B

Text Example


Text Example

White with #1D964B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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