Html Css Color HEX #1A835B Deep Sea

📋 copy color: '#1A835B'

red 26 ◦ green 131 ◦ blue 91

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

Shades of Deep Sea #1A835B

Tints of Deep Sea #1A835B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 52.82%

 BLUE value IS 91 (35.94% from 255) = 36.69%

R = 10.48%
G = 52.82%
B = 36.69%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#1A835B (or 0x1A835B) is known color: Deep Sea. HEX triplet: 1A, 83 and 5B. RGB value is (26,131,91). Sum of RGB (Red+Green+Blue) = 26+131+91=248 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.48% from 248); Green value is 131 (51.56% from 255 or 52.82% from 248); Blue value is 91 (35.94% from 255 or 36.69% from 248); Max value from RGB is 131 - color contains mainly: green. Hex color #1A835B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A835B is #E57CA4. Grayscale: #5F5F5F. Windows color (decimal): -15039653 or 5997338. OLE color: 5997338.

HSL color Cylindrical-coordinate representation of color #1A835B: hue angle of 157.14º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A835B is Cyan = 0.80, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB 26 131 91 -
CMYK 0.80 0 0.31 0.49
HSL 157.14º 0.67% 0.31% -
HSV(B) 157.14º 0.8% 0.51% -
XYZ 10.43 17.21 12.67 -
YUV 95.05 125.71 78.75 -
System Red Green Blue C M Y K H S L
Decimal 26 131 91 0.80 0 0.31 0.49 157.14 0.67 0.31
Hex 1A 83 5B 50 0 1F 31 9D 43 1F
Octal 32 203 133 120 0 37 61 235 103 37
Binary 11010 10000011 1011011 1010000 0 11111 110001 10011101 1000011 11111

Color Harmonies of #1A835B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A835B

Black with #1A835B

Text Example


Text Example

White with #1A835B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,131,91); }

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

background-color css

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

 a { background-color: rgb(26,131,91); }

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

border-color css

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

 span { border-color: rgb(26,131,91); }

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