Html Css Color HEX #2B614F Evening Sea

📋 copy color: '#2B614F'

red 43 ◦ green 97 ◦ blue 79

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

Shades of Evening Sea #2B614F

Tints of Evening Sea #2B614F

RGB

 RED value IS 43 (17.19% from 255) = 19.63%

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

 BLUE value IS 79 (31.25% from 255) = 36.07%

R = 19.63%
G = 44.29%
B = 36.07%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#2B614F (or 0x2B614F) is known color: Evening Sea. HEX triplet: 2B, 61 and 4F. RGB value is (43,97,79). Sum of RGB (Red+Green+Blue) = 43+97+79=219 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.63% from 219); Green value is 97 (38.28% from 255 or 44.29% from 219); Blue value is 79 (31.25% from 255 or 36.07% from 219); Max value from RGB is 97 - color contains mainly: green. Hex color #2B614F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B614F is #D49EB0. Grayscale: #4E4E4E. Windows color (decimal): -13934257 or 5202219. OLE color: 5202219.

HSL color Cylindrical-coordinate representation of color #2B614F: hue angle of 160º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2B614F is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB 43 97 79 -
CMYK 0.56 0 0.19 0.62
HSL 160º 0.39% 0.27% -
HSV(B) 160º 0.56% 0.38% -
XYZ 6.68 9.63 8.9 -
YUV 78.8 128.11 102.46 -
System Red Green Blue C M Y K H S L
Decimal 43 97 79 0.56 0 0.19 0.62 160 0.39 0.27
Hex 2B 61 4F 38 0 13 3E A0 27 1B
Octal 53 141 117 70 0 23 76 240 47 33
Binary 101011 1100001 1001111 111000 0 10011 111110 10100000 100111 11011

Color Harmonies of #2B614F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B614F

Black with #2B614F

Text Example


Text Example

White with #2B614F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B614F; }

 p { color: rgb(43,97,79); }

 H1.HeaderClassName
 {
   color: #2B614F;
 }
 .AnyTagClassName
 {
   color: #2B614F;
 }
</style>

background-color css

<style>
 a { background-color: #2B614F; }

 a { background-color: rgb(43,97,79); }

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

border-color css

<style>
 span { border-color: #2B614F; }

 span { border-color: rgb(43,97,79); }

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