#2B433D

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

Shades of Gable Green #2B433D

Tints of Gable Green #2B433D

Color information

#2B433D (or 0x2B433D) is unknown color: approx Gable Green. HEX triplet: 2B, 43 and 3D. RGB value is (43,67,61). Sum of RGB (Red+Green+Blue) = 43+67+61=171 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.15% from 171); Green value is 67 (26.56% from 255 or 39.18% from 171); Blue value is 61 (24.22% from 255 or 35.67% from 171); Max value from RGB is 67 - color contains mainly: green. Hex color #2B433D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B433D is #D4BCC2. Grayscale: #3B3B3B. Windows color (decimal): -13941955 or 4014891. OLE color: 4014891.

HSL color Cylindrical-coordinate representation of color #2B433D: hue angle of 165º 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 #2B433D is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.74.

Color convert

RGB436761-
CMYK0.3600.090.74
HSL165º21.82%21.57%-
HSV(B)165º35.82%26.27%-
XYZ3.854.865.15-
YUV59.14129.05116.49-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.15%
GREEN value IS 67 (26.56% from 255) = 39.18%
BLUE value IS 61 (24.22% from 255) = 35.67%
R=25.15%
G=39.18%
B=35.67%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4367610.3600.090.7416521.8221.57
Hex2B433D24094Aa51616
Octal5310375440111122452626
Binary1010111000011111101100100010011001010101001011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B433D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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