Html Css Color HEX #2B524A Gable Green

📋 copy color: '#2B524A'

red 43 ◦ green 82 ◦ blue 74

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

Shades of Gable Green #2B524A

Tints of Gable Green #2B524A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 41.21%

 BLUE value IS 74 (29.3% from 255) = 37.19%

R = 21.61%
G = 41.21%
B = 37.19%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#2B524A (or 0x2B524A) is known color: Gable Green. HEX triplet: 2B, 52 and 4A. RGB value is (43,82,74). Sum of RGB (Red+Green+Blue) = 43+82+74=199 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.61% from 199); Green value is 82 (32.42% from 255 or 41.21% from 199); Blue value is 74 (29.30% from 255 or 37.19% from 199); Max value from RGB is 82 - color contains mainly: green. Hex color #2B524A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B524A is #D4ADB5. Grayscale: #454545. Windows color (decimal): -13938102 or 4870699. OLE color: 4870699.

HSL color Cylindrical-coordinate representation of color #2B524A: hue angle of 167.69º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2B524A is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB 43 82 74 -
CMYK 0.48 0 0.10 0.68
HSL 167.69º 0.31% 0.25% -
HSV(B) 167.69º 0.48% 0.32% -
XYZ 5.25 7.04 7.56 -
YUV 69.43 130.58 109.15 -
System Red Green Blue C M Y K H S L
Decimal 43 82 74 0.48 0 0.10 0.68 167.69 0.31 0.25
Hex 2B 52 4A 30 0 A 44 A8 1F 19
Octal 53 122 112 60 0 12 104 250 37 31
Binary 101011 1010010 1001010 110000 0 1010 1000100 10101000 11111 11001

Color Harmonies of #2B524A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B524A

Black with #2B524A

Text Example


Text Example

White with #2B524A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,82,74); }

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

background-color css

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

 a { background-color: rgb(43,82,74); }

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

border-color css

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

 span { border-color: rgb(43,82,74); }

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