#1B945C

Color #1B945C Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Green #1B945C

Tints of Sea Green #1B945C

Color information

#1B945C (or 0x1B945C) is unknown color: approx Sea Green. HEX triplet: 1B, 94 and 5C. RGB value is (27,148,92). Sum of RGB (Red+Green+Blue) = 27+148+92=267 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.11% from 267); Green value is 148 (58.20% from 255 or 55.43% from 267); Blue value is 92 (36.33% from 255 or 34.46% from 267); Max value from RGB is 148 - color contains mainly: green. Hex color #1B945C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B945C is #E46BA3. Grayscale: #696969. Windows color (decimal): -14969764 or 6067227. OLE color: 6067227.

HSL color Cylindrical-coordinate representation of color #1B945C: hue angle of 152.23º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B945C is Cyan = 0.82, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB2714892-
CMYK0.8200.380.42
HSL152.23º69.14%34.31%-
HSV(B)152.23º81.76%58.04%-
XYZ12.9722.1913.72-
YUV105.44120.4172.05-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.11%
GREEN value IS 148 (58.20% from 255) = 55.43%
BLUE value IS 92 (36.33% from 255) = 34.46%
R=10.11%
G=55.43%
B=34.46%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal27148920.8200.380.42152.2369.1434.31
Hex1B945C520262A984522
Octal332241341220465223010542
Binary1101110010100101110010100100100110101010100110001000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B945C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1B945C;
 }
 .AnyTagClassName
 {
   color: #1B945C;
 }
</style>
background-color css

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

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

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

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

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

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