#2B413C

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

Shades of Gable Green #2B413C

Tints of Gable Green #2B413C

Color information

#2B413C (or 0x2B413C) is unknown color: approx Gable Green. HEX triplet: 2B, 41 and 3C. RGB value is (43,65,60). Sum of RGB (Red+Green+Blue) = 43+65+60=168 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.60% from 168); Green value is 65 (25.78% from 255 or 38.69% from 168); Blue value is 60 (23.83% from 255 or 35.71% from 168); Max value from RGB is 65 - color contains mainly: green. Hex color #2B413C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B413C is #D4BEC3. Grayscale: #393939. Windows color (decimal): -13942468 or 3948843. OLE color: 3948843.

HSL color Cylindrical-coordinate representation of color #2B413C: hue angle of 166.36º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2B413C is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB436560-
CMYK0.3400.080.75
HSL166.36º20.37%21.18%-
HSV(B)166.36º33.85%25.49%-
XYZ3.74.624.97-
YUV57.85129.21117.41-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.60%
GREEN value IS 65 (25.78% from 255) = 38.69%
BLUE value IS 60 (23.83% from 255) = 35.71%
R=25.60%
G=38.69%
B=35.71%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4365600.3400.080.75166.3620.3721.18
Hex2B413C22084Ba61415
Octal5310174420101132462425
Binary1010111000001111100100010010001001011101001101010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B413C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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