Html Css Color HEX #1B835B Deep Sea

📋 copy color: '#1B835B'

red 27 ◦ green 131 ◦ blue 91

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

Shades of Deep Sea #1B835B

Tints of Deep Sea #1B835B

RGB

 RED value IS 27 (10.94% from 255) = 10.84%

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

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

R = 10.84%
G = 52.61%
B = 36.55%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#1B835B (or 0x1B835B) is known color: Deep Sea. HEX triplet: 1B, 83 and 5B. RGB value is (27,131,91). Sum of RGB (Red+Green+Blue) = 27+131+91=249 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.84% from 249); Green value is 131 (51.56% from 255 or 52.61% from 249); Blue value is 91 (35.94% from 255 or 36.55% from 249); Max value from RGB is 131 - color contains mainly: green. Hex color #1B835B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B835B is #E47CA4. Grayscale: #5F5F5F. Windows color (decimal): -14974117 or 5997339. OLE color: 5997339.

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

Color convert

RGB 27 131 91 -
CMYK 0.79 0 0.31 0.49
HSL 156.92º 0.66% 0.31% -
HSV(B) 156.92º 0.79% 0.51% -
XYZ 10.46 17.22 12.67 -
YUV 95.34 125.54 79.25 -
System Red Green Blue C M Y K H S L
Decimal 27 131 91 0.79 0 0.31 0.49 156.92 0.66 0.31
Hex 1B 83 5B 4F 0 1F 31 9D 42 1F
Octal 33 203 133 117 0 37 61 235 102 37
Binary 11011 10000011 1011011 1001111 0 11111 110001 10011101 1000010 11111

Color Harmonies of #1B835B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B835B

Black with #1B835B

Text Example


Text Example

White with #1B835B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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