Html Css Color HEX #2B4742 Gable Green

📋 copy color: '#2B4742'

red 43 ◦ green 71 ◦ blue 66

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

Shades of Gable Green #2B4742

Tints of Gable Green #2B4742

RGB

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

 GREEN value IS 71 (28.13% from 255) = 39.44%

 BLUE value IS 66 (26.17% from 255) = 36.67%

R = 23.89%
G = 39.44%
B = 36.67%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#2B4742 (or 0x2B4742) is known color: Gable Green. HEX triplet: 2B, 47 and 42. RGB value is (43,71,66). Sum of RGB (Red+Green+Blue) = 43+71+66=180 (23% of max value = 765). Red value is 43 (17.19% from 255 or 23.89% from 180); Green value is 71 (28.12% from 255 or 39.44% from 180); Blue value is 66 (26.17% from 255 or 36.67% from 180); Max value from RGB is 71 - color contains mainly: green. Hex color #2B4742 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4742 is #D4B8BD. Grayscale: #3E3E3E. Windows color (decimal): -13940926 or 4343595. OLE color: 4343595.

HSL color Cylindrical-coordinate representation of color #2B4742: hue angle of 169.29º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2B4742 is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB 43 71 66 -
CMYK 0.39 0 0.07 0.72
HSL 169.29º 0.25% 0.22% -
HSV(B) 169.29º 0.39% 0.28% -
XYZ 4.23 5.41 5.98 -
YUV 62.06 130.22 114.41 -
System Red Green Blue C M Y K H S L
Decimal 43 71 66 0.39 0 0.07 0.72 169.29 0.25 0.22
Hex 2B 47 42 27 0 7 48 A9 19 16
Octal 53 107 102 47 0 7 110 251 31 26
Binary 101011 1000111 1000010 100111 0 111 1001000 10101001 11001 10110

Color Harmonies of #2B4742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4742

Black with #2B4742

Text Example


Text Example

White with #2B4742

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,71,66); }

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

background-color css

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

 a { background-color: rgb(43,71,66); }

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

border-color css

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

 span { border-color: rgb(43,71,66); }

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