Html Css Color HEX #2B403B Gable Green

📋 copy color: '#2B403B'

red 43 ◦ green 64 ◦ blue 59

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

Shades of Gable Green #2B403B

Tints of Gable Green #2B403B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 38.55%

 BLUE value IS 59 (23.44% from 255) = 35.54%

R = 25.9%
G = 38.55%
B = 35.54%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.08

 K value IS 0.75

RGB Variations

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

Color information

#2B403B (or 0x2B403B) is known color: Gable Green. HEX triplet: 2B, 40 and 3B. RGB value is (43,64,59). Sum of RGB (Red+Green+Blue) = 43+64+59=166 (21% of max value = 765). Red value is 43 (17.19% from 255 or 25.90% from 166); Green value is 64 (25.39% from 255 or 38.55% from 166); Blue value is 59 (23.44% from 255 or 35.54% from 166); Max value from RGB is 64 - color contains mainly: green. Hex color #2B403B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B403B is #D4BFC4. Grayscale: #393939. Windows color (decimal): -13942725 or 3883051. OLE color: 3883051.

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

Color convert

RGB 43 64 59 -
CMYK 0.33 0 0.08 0.75
HSL 165.71º 0.2% 0.21% -
HSV(B) 165.71º 0.33% 0.25% -
XYZ 3.62 4.5 4.81 -
YUV 57.15 129.04 117.91 -
System Red Green Blue C M Y K H S L
Decimal 43 64 59 0.33 0 0.08 0.75 165.71 0.2 0.21
Hex 2B 40 3B 21 0 8 4B A6 14 15
Octal 53 100 73 41 0 10 113 246 24 25
Binary 101011 1000000 111011 100001 0 1000 1001011 10100110 10100 10101

Color Harmonies of #2B403B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B403B

Black with #2B403B

Text Example


Text Example

White with #2B403B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,64,59); }

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

background-color css

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

 a { background-color: rgb(43,64,59); }

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

border-color css

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

 span { border-color: rgb(43,64,59); }

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