Html Css Color HEX #2B6450 Evening Sea

📋 copy color: '#2B6450'

red 43 ◦ green 100 ◦ blue 80

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

Shades of Evening Sea #2B6450

Tints of Evening Sea #2B6450

RGB

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

 GREEN value IS 100 (39.45% from 255) = 44.84%

 BLUE value IS 80 (31.64% from 255) = 35.87%

R = 19.28%
G = 44.84%
B = 35.87%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.2

 K value IS 0.61

RGB Variations

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

Color information

#2B6450 (or 0x2B6450) is known color: Evening Sea. HEX triplet: 2B, 64 and 50. RGB value is (43,100,80). Sum of RGB (Red+Green+Blue) = 43+100+80=223 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.28% from 223); Green value is 100 (39.45% from 255 or 44.84% from 223); Blue value is 80 (31.64% from 255 or 35.87% from 223); Max value from RGB is 100 - color contains mainly: green. Hex color #2B6450 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6450 is #D49BAF. Grayscale: #505050. Windows color (decimal): -13933488 or 5268523. OLE color: 5268523.

HSL color Cylindrical-coordinate representation of color #2B6450: hue angle of 158.95º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B6450 is Cyan = 0.57, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.61.

Color convert

RGB 43 100 80 -
CMYK 0.57 0 0.2 0.61
HSL 158.95º 0.4% 0.28% -
HSV(B) 158.95º 0.57% 0.39% -
XYZ 7 10.21 9.19 -
YUV 80.68 127.62 101.13 -
System Red Green Blue C M Y K H S L
Decimal 43 100 80 0.57 0 0.2 0.61 158.95 0.4 0.28
Hex 2B 64 50 39 0 14 3D 9F 28 1C
Octal 53 144 120 71 0 24 75 237 50 34
Binary 101011 1100100 1010000 111001 0 10100 111101 10011111 101000 11100

Color Harmonies of #2B6450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6450

Black with #2B6450

Text Example


Text Example

White with #2B6450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,100,80); }

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

background-color css

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

 a { background-color: rgb(43,100,80); }

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

border-color css

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

 span { border-color: rgb(43,100,80); }

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