Html Css Color HEX #2B6753 Evening Sea

📋 copy color: '#2B6753'

red 43 ◦ green 103 ◦ blue 83

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

Shades of Evening Sea #2B6753

Tints of Evening Sea #2B6753

RGB

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

 GREEN value IS 103 (40.63% from 255) = 44.98%

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

R = 18.78%
G = 44.98%
B = 36.24%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.19

 K value IS 0.60

RGB Variations

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

Color information

#2B6753 (or 0x2B6753) is known color: Evening Sea. HEX triplet: 2B, 67 and 53. RGB value is (43,103,83). Sum of RGB (Red+Green+Blue) = 43+103+83=229 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.78% from 229); Green value is 103 (40.62% from 255 or 44.98% from 229); Blue value is 83 (32.81% from 255 or 36.24% from 229); Max value from RGB is 103 - color contains mainly: green. Hex color #2B6753 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6753 is #D498AC. Grayscale: #525252. Windows color (decimal): -13932717 or 5465899. OLE color: 5465899.

HSL color Cylindrical-coordinate representation of color #2B6753: hue angle of 160º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2B6753 is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.60.

Color convert

RGB 43 103 83 -
CMYK 0.58 0 0.19 0.60
HSL 160º 0.41% 0.29% -
HSV(B) 160º 0.58% 0.4% -
XYZ 7.41 10.84 9.89 -
YUV 82.78 128.12 99.63 -
System Red Green Blue C M Y K H S L
Decimal 43 103 83 0.58 0 0.19 0.60 160 0.41 0.29
Hex 2B 67 53 3A 0 13 3C A0 29 1D
Octal 53 147 123 72 0 23 74 240 51 35
Binary 101011 1100111 1010011 111010 0 10011 111100 10100000 101001 11101

Color Harmonies of #2B6753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6753

Black with #2B6753

Text Example


Text Example

White with #2B6753

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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