Html Css Color HEX #2B4541 Gable Green

📋 copy color: '#2B4541'

red 43 ◦ green 69 ◦ blue 65

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

Shades of Gable Green #2B4541

Tints of Gable Green #2B4541

RGB

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

 GREEN value IS 69 (27.34% from 255) = 38.98%

 BLUE value IS 65 (25.78% from 255) = 36.72%

R = 24.29%
G = 38.98%
B = 36.72%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#2B4541 (or 0x2B4541) is known color: Gable Green. HEX triplet: 2B, 45 and 41. RGB value is (43,69,65). Sum of RGB (Red+Green+Blue) = 43+69+65=177 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.29% from 177); Green value is 69 (27.34% from 255 or 38.98% from 177); Blue value is 65 (25.78% from 255 or 36.72% from 177); Max value from RGB is 69 - color contains mainly: green. Hex color #2B4541 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4541 is #D4BABE. Grayscale: #3C3C3C. Windows color (decimal): -13941439 or 4277547. OLE color: 4277547.

HSL color Cylindrical-coordinate representation of color #2B4541: hue angle of 170.77º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2B4541 is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB 43 69 65 -
CMYK 0.38 0 0.06 0.73
HSL 170.77º 0.23% 0.22% -
HSV(B) 170.77º 0.38% 0.27% -
XYZ 4.08 5.15 5.78 -
YUV 60.77 130.39 115.33 -
System Red Green Blue C M Y K H S L
Decimal 43 69 65 0.38 0 0.06 0.73 170.77 0.23 0.22
Hex 2B 45 41 26 0 6 49 AB 17 16
Octal 53 105 101 46 0 6 111 253 27 26
Binary 101011 1000101 1000001 100110 0 110 1001001 10101011 10111 10110

Color Harmonies of #2B4541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4541

Black with #2B4541

Text Example


Text Example

White with #2B4541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,69,65); }

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

background-color css

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

 a { background-color: rgb(43,69,65); }

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

border-color css

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

 span { border-color: rgb(43,69,65); }

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