Html Css Color HEX #1D914E Sea Green

📋 copy color: '#1D914E'

red 29 ◦ green 145 ◦ blue 78

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

Shades of Sea Green #1D914E

Tints of Sea Green #1D914E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 57.54%

 BLUE value IS 78 (30.86% from 255) = 30.95%

R = 11.51%
G = 57.54%
B = 30.95%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.46

 K value IS 0.43

RGB Variations

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

Color information

#1D914E (or 0x1D914E) is known color: Sea Green. HEX triplet: 1D, 91 and 4E. RGB value is (29,145,78). Sum of RGB (Red+Green+Blue) = 29+145+78=252 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.51% from 252); Green value is 145 (57.03% from 255 or 57.54% from 252); Blue value is 78 (30.86% from 255 or 30.95% from 252); Max value from RGB is 145 - color contains mainly: green. Hex color #1D914E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D914E is #E26EB1. Grayscale: #666666. Windows color (decimal): -14839474 or 5148957. OLE color: 5148957.

HSL color Cylindrical-coordinate representation of color #1D914E: hue angle of 145.34º 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 #1D914E is Cyan = 0.8, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.

Color convert

RGB 29 145 78 -
CMYK 0.8 0 0.46 0.43
HSL 145.34º 0.67% 0.34% -
HSV(B) 145.34º 0.8% 0.57% -
XYZ 12.01 21.06 10.64 -
YUV 102.68 114.07 75.45 -
System Red Green Blue C M Y K H S L
Decimal 29 145 78 0.8 0 0.46 0.43 145.34 0.67 0.34
Hex 1D 91 4E 50 0 2E 2B 91 43 22
Octal 35 221 116 120 0 56 53 221 103 42
Binary 11101 10010001 1001110 1010000 0 101110 101011 10010001 1000011 100010

Color Harmonies of #1D914E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D914E

Black with #1D914E

Text Example


Text Example

White with #1D914E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,145,78); }

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

background-color css

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

 a { background-color: rgb(29,145,78); }

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

border-color css

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

 span { border-color: rgb(29,145,78); }

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