Html Css Color HEX #2B4B43 Gable Green

📋 copy color: '#2B4B43'

red 43 ◦ green 75 ◦ blue 67

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

Shades of Gable Green #2B4B43

Tints of Gable Green #2B4B43

RGB

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

 GREEN value IS 75 (29.69% from 255) = 40.54%

 BLUE value IS 67 (26.56% from 255) = 36.22%

R = 23.24%
G = 40.54%
B = 36.22%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#2B4B43 (or 0x2B4B43) is known color: Gable Green. HEX triplet: 2B, 4B and 43. RGB value is (43,75,67). Sum of RGB (Red+Green+Blue) = 43+75+67=185 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.24% from 185); Green value is 75 (29.69% from 255 or 40.54% from 185); Blue value is 67 (26.56% from 255 or 36.22% from 185); Max value from RGB is 75 - color contains mainly: green. Hex color #2B4B43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4B43 is #D4B4BC. Grayscale: #404040. Windows color (decimal): -13939901 or 4410155. OLE color: 4410155.

HSL color Cylindrical-coordinate representation of color #2B4B43: hue angle of 165º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2B4B43 is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB 43 75 67 -
CMYK 0.43 0 0.11 0.71
HSL 165º 0.27% 0.23% -
HSV(B) 165º 0.43% 0.29% -
XYZ 4.53 5.95 6.22 -
YUV 64.52 129.4 112.65 -
System Red Green Blue C M Y K H S L
Decimal 43 75 67 0.43 0 0.11 0.71 165 0.27 0.23
Hex 2B 4B 43 2B 0 B 47 A5 1B 17
Octal 53 113 103 53 0 13 107 245 33 27
Binary 101011 1001011 1000011 101011 0 1011 1000111 10100101 11011 10111

Color Harmonies of #2B4B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4B43

Black with #2B4B43

Text Example


Text Example

White with #2B4B43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,75,67); }

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

background-color css

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

 a { background-color: rgb(43,75,67); }

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

border-color css

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

 span { border-color: rgb(43,75,67); }

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