Html Css Color HEX #2B443F Gable Green

📋 copy color: '#2B443F'

red 43 ◦ green 68 ◦ blue 63

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

Shades of Gable Green #2B443F

Tints of Gable Green #2B443F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 39.08%

 BLUE value IS 63 (25% from 255) = 36.21%

R = 24.71%
G = 39.08%
B = 36.21%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#2B443F (or 0x2B443F) is known color: Gable Green. HEX triplet: 2B, 44 and 3F. RGB value is (43,68,63). Sum of RGB (Red+Green+Blue) = 43+68+63=174 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.71% from 174); Green value is 68 (26.95% from 255 or 39.08% from 174); Blue value is 63 (25% from 255 or 36.21% from 174); Max value from RGB is 68 - color contains mainly: green. Hex color #2B443F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B443F is #D4BBC0. Grayscale: #3B3B3B. Windows color (decimal): -13941697 or 4146219. OLE color: 4146219.

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

Color convert

RGB 43 68 63 -
CMYK 0.37 0 0.07 0.73
HSL 168º 0.23% 0.22% -
HSV(B) 168º 0.37% 0.27% -
XYZ 3.96 5.01 5.46 -
YUV 59.96 129.72 115.91 -
System Red Green Blue C M Y K H S L
Decimal 43 68 63 0.37 0 0.07 0.73 168 0.23 0.22
Hex 2B 44 3F 25 0 7 49 A8 17 16
Octal 53 104 77 45 0 7 111 250 27 26
Binary 101011 1000100 111111 100101 0 111 1001001 10101000 10111 10110

Color Harmonies of #2B443F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B443F

Black with #2B443F

Text Example


Text Example

White with #2B443F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,68,63); }

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

background-color css

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

 a { background-color: rgb(43,68,63); }

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

border-color css

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

 span { border-color: rgb(43,68,63); }

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