#2B433E

Color #2B433E Gable Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gable Green #2B433E

Tints of Gable Green #2B433E

Color information

#2B433E (or 0x2B433E) is unknown color: approx Gable Green. HEX triplet: 2B, 43 and 3E. RGB value is (43,67,62). Sum of RGB (Red+Green+Blue) = 43+67+62=172 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25% from 172); Green value is 67 (26.56% from 255 or 38.95% from 172); Blue value is 62 (24.61% from 255 or 36.05% from 172); Max value from RGB is 67 - color contains mainly: green. Hex color #2B433E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B433E is #D4BCC1. Grayscale: #3B3B3B. Windows color (decimal): -13941954 or 4080427. OLE color: 4080427.

HSL color Cylindrical-coordinate representation of color #2B433E: hue angle of 167.5º degrees, saturation: 0.22, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2B433E is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.74.

Color convert

RGB436762-
CMYK0.3600.070.74
HSL167.5º21.82%21.57%-
HSV(B)167.5º35.82%26.27%-
XYZ3.874.885.29-
YUV59.25129.55116.41-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25%
GREEN value IS 67 (26.56% from 255) = 38.95%
BLUE value IS 62 (24.61% from 255) = 36.05%
R=25%
G=38.95%
B=36.05%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4367620.3600.070.74167.521.8221.57
Hex2B433E24074Aa71616
Octal531037644071122472626
Binary101011100001111111010010001111001010101001111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B433E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2B433E;
 }
 .AnyTagClassName
 {
   color: #2B433E;
 }
</style>
background-color css

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

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

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

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

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

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