Html Css Color HEX #1B855C Deep Sea

📋 copy color: '#1B855C'

red 27 ◦ green 133 ◦ blue 92

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

Shades of Deep Sea #1B855C

Tints of Deep Sea #1B855C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 52.78%

 BLUE value IS 92 (36.33% from 255) = 36.51%

R = 10.71%
G = 52.78%
B = 36.51%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#1B855C (or 0x1B855C) is known color: Deep Sea. HEX triplet: 1B, 85 and 5C. RGB value is (27,133,92). Sum of RGB (Red+Green+Blue) = 27+133+92=252 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.71% from 252); Green value is 133 (52.34% from 255 or 52.78% from 252); Blue value is 92 (36.33% from 255 or 36.51% from 252); Max value from RGB is 133 - color contains mainly: green. Hex color #1B855C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B855C is #E47AA3. Grayscale: #606060. Windows color (decimal): -14973604 or 6063387. OLE color: 6063387.

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

Color convert

RGB 27 133 92 -
CMYK 0.80 0 0.31 0.48
HSL 156.79º 0.66% 0.31% -
HSV(B) 156.79º 0.8% 0.52% -
XYZ 10.77 17.78 12.99 -
YUV 96.63 125.38 78.33 -
System Red Green Blue C M Y K H S L
Decimal 27 133 92 0.80 0 0.31 0.48 156.79 0.66 0.31
Hex 1B 85 5C 50 0 1F 30 9D 42 1F
Octal 33 205 134 120 0 37 60 235 102 37
Binary 11011 10000101 1011100 1010000 0 11111 110000 10011101 1000010 11111

Color Harmonies of #1B855C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B855C

Black with #1B855C

Text Example


Text Example

White with #1B855C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,133,92); }

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

background-color css

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

 a { background-color: rgb(27,133,92); }

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

border-color css

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

 span { border-color: rgb(27,133,92); }

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