Html Css Color HEX #2B3D3A Gable Green

📋 copy color: '#2B3D3A'

red 43 ◦ green 61 ◦ blue 58

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

Shades of Gable Green #2B3D3A

Tints of Gable Green #2B3D3A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 37.65%

 BLUE value IS 58 (23.05% from 255) = 35.8%

R = 26.54%
G = 37.65%
B = 35.8%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.05

 K value IS 0.76

RGB Variations

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

Color information

#2B3D3A (or 0x2B3D3A) is known color: Gable Green. HEX triplet: 2B, 3D and 3A. RGB value is (43,61,58). Sum of RGB (Red+Green+Blue) = 43+61+58=162 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.54% from 162); Green value is 61 (24.22% from 255 or 37.65% from 162); Blue value is 58 (23.05% from 255 or 35.80% from 162); Max value from RGB is 61 - color contains mainly: green. Hex color #2B3D3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3D3A is #D4C2C5. Grayscale: #373737. Windows color (decimal): -13943494 or 3816747. OLE color: 3816747.

HSL color Cylindrical-coordinate representation of color #2B3D3A: hue angle of 170º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2B3D3A is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.76.

Color convert

RGB 43 61 58 -
CMYK 0.30 0 0.05 0.76
HSL 170º 0.17% 0.2% -
HSV(B) 170º 0.3% 0.24% -
XYZ 3.43 4.16 4.62 -
YUV 55.28 129.54 119.24 -
System Red Green Blue C M Y K H S L
Decimal 43 61 58 0.30 0 0.05 0.76 170 0.17 0.2
Hex 2B 3D 3A 1E 0 5 4C AA 11 14
Octal 53 75 72 36 0 5 114 252 21 24
Binary 101011 111101 111010 11110 0 101 1001100 10101010 10001 10100

Color Harmonies of #2B3D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3D3A

Black with #2B3D3A

Text Example


Text Example

White with #2B3D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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