Html Css Color HEX #1A755F Deep Sea

📋 copy color: '#1A755F'

red 26 ◦ green 117 ◦ blue 95

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

Shades of Deep Sea #1A755F

Tints of Deep Sea #1A755F

RGB

 RED value IS 26 (10.55% from 255) = 10.92%

 GREEN value IS 117 (46.09% from 255) = 49.16%

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

R = 10.92%
G = 49.16%
B = 39.92%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#1A755F (or 0x1A755F) is known color: Deep Sea. HEX triplet: 1A, 75 and 5F. RGB value is (26,117,95). Sum of RGB (Red+Green+Blue) = 26+117+95=238 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.92% from 238); Green value is 117 (46.09% from 255 or 49.16% from 238); Blue value is 95 (37.5% from 255 or 39.92% from 238); Max value from RGB is 117 - color contains mainly: green. Hex color #1A755F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A755F is #E58AA0. Grayscale: #575757. Windows color (decimal): -15043233 or 6255898. OLE color: 6255898.

HSL color Cylindrical-coordinate representation of color #1A755F: hue angle of 165.49º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A755F is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 26 117 95 -
CMYK 0.78 0 0.19 0.54
HSL 165.49º 0.64% 0.28% -
HSV(B) 165.49º 0.78% 0.46% -
XYZ 8.85 13.77 13.02 -
YUV 87.28 132.35 84.29 -
System Red Green Blue C M Y K H S L
Decimal 26 117 95 0.78 0 0.19 0.54 165.49 0.64 0.28
Hex 1A 75 5F 4E 0 13 36 A5 40 1C
Octal 32 165 137 116 0 23 66 245 100 34
Binary 11010 1110101 1011111 1001110 0 10011 110110 10100101 1000000 11100

Color Harmonies of #1A755F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A755F

Black with #1A755F

Text Example


Text Example

White with #1A755F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,117,95); }

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

background-color css

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

 a { background-color: rgb(26,117,95); }

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

border-color css

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

 span { border-color: rgb(26,117,95); }

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