Html Css Color HEX #2B7053 Evening Sea

📋 copy color: '#2B7053'

red 43 ◦ green 112 ◦ blue 83

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

Shades of Evening Sea #2B7053

Tints of Evening Sea #2B7053

RGB

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

 GREEN value IS 112 (44.14% from 255) = 47.06%

 BLUE value IS 83 (32.81% from 255) = 34.87%

R = 18.07%
G = 47.06%
B = 34.87%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#2B7053 (or 0x2B7053) is known color: Evening Sea. HEX triplet: 2B, 70 and 53. RGB value is (43,112,83). Sum of RGB (Red+Green+Blue) = 43+112+83=238 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.07% from 238); Green value is 112 (44.14% from 255 or 47.06% from 238); Blue value is 83 (32.81% from 255 or 34.87% from 238); Max value from RGB is 112 - color contains mainly: green. Hex color #2B7053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7053 is #D48FAC. Grayscale: #585858. Windows color (decimal): -13930413 or 5468203. OLE color: 5468203.

HSL color Cylindrical-coordinate representation of color #2B7053: hue angle of 154.78º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B7053 is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB 43 112 83 -
CMYK 0.62 0 0.26 0.56
HSL 154.78º 0.45% 0.3% -
HSV(B) 154.78º 0.62% 0.44% -
XYZ 8.35 12.73 10.2 -
YUV 88.06 125.14 95.86 -
System Red Green Blue C M Y K H S L
Decimal 43 112 83 0.62 0 0.26 0.56 154.78 0.45 0.3
Hex 2B 70 53 3E 0 1A 38 9B 2D 1E
Octal 53 160 123 76 0 32 70 233 55 36
Binary 101011 1110000 1010011 111110 0 11010 111000 10011011 101101 11110

Color Harmonies of #2B7053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7053

Black with #2B7053

Text Example


Text Example

White with #2B7053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,112,83); }

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

background-color css

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

 a { background-color: rgb(43,112,83); }

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

border-color css

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

 span { border-color: rgb(43,112,83); }

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