Html Css Color HEX #1B614B Evening Sea

📋 copy color: '#1B614B'

red 27 ◦ green 97 ◦ blue 75

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

Shades of Evening Sea #1B614B

Tints of Evening Sea #1B614B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 48.74%

 BLUE value IS 75 (29.69% from 255) = 37.69%

R = 13.57%
G = 48.74%
B = 37.69%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#1B614B (or 0x1B614B) is known color: Evening Sea. HEX triplet: 1B, 61 and 4B. RGB value is (27,97,75). Sum of RGB (Red+Green+Blue) = 27+97+75=199 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.57% from 199); Green value is 97 (38.28% from 255 or 48.74% from 199); Blue value is 75 (29.69% from 255 or 37.69% from 199); Max value from RGB is 97 - color contains mainly: green. Hex color #1B614B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B614B is #E49EB4. Grayscale: #494949. Windows color (decimal): -14982837 or 4940059. OLE color: 4940059.

HSL color Cylindrical-coordinate representation of color #1B614B: hue angle of 161.14º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1B614B is Cyan = 0.72, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB 27 97 75 -
CMYK 0.72 0 0.23 0.62
HSL 161.14º 0.56% 0.24% -
HSV(B) 161.14º 0.72% 0.38% -
XYZ 6 9.29 8.13 -
YUV 73.56 128.81 94.79 -
System Red Green Blue C M Y K H S L
Decimal 27 97 75 0.72 0 0.23 0.62 161.14 0.56 0.24
Hex 1B 61 4B 48 0 17 3E A1 38 18
Octal 33 141 113 110 0 27 76 241 70 30
Binary 11011 1100001 1001011 1001000 0 10111 111110 10100001 111000 11000

Color Harmonies of #1B614B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B614B

Black with #1B614B

Text Example


Text Example

White with #1B614B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,97,75); }

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

background-color css

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

 a { background-color: rgb(27,97,75); }

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

border-color css

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

 span { border-color: rgb(27,97,75); }

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