Html Css Color HEX #2B322C Gordons Green

📋 copy color: '#2B322C'

red 43 ◦ green 50 ◦ blue 44

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

Shades of Gordons Green #2B322C

Tints of Gordons Green #2B322C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 36.5%

 BLUE value IS 44 (17.58% from 255) = 32.12%

R = 31.39%
G = 36.5%
B = 32.12%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.80

RGB Variations

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

Color information

#2B322C (or 0x2B322C) is known color: Gordons Green. HEX triplet: 2B, 32 and 2C. RGB value is (43,50,44). Sum of RGB (Red+Green+Blue) = 43+50+44=137 (18% of max value = 765). Red value is 43 (17.19% from 255 or 31.39% from 137); Green value is 50 (19.92% from 255 or 36.50% from 137); Blue value is 44 (17.58% from 255 or 32.12% from 137); Max value from RGB is 50 - color contains mainly: green. Hex color #2B322C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B322C is #D4CDD3. Grayscale: #2F2F2F. Windows color (decimal): -13946324 or 2896427. OLE color: 2896427.

HSL color Cylindrical-coordinate representation of color #2B322C: hue angle of 128.57º degrees, saturation: 0.08, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #2B322C is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.80.

Color convert

RGB 43 50 44 -
CMYK 0.14 0 0.12 0.80
HSL 128.57º 0.08% 0.18% -
HSV(B) 128.57º 0.14% 0.2% -
XYZ 2.59 2.98 2.82 -
YUV 47.22 126.18 124.99 -
System Red Green Blue C M Y K H S L
Decimal 43 50 44 0.14 0 0.12 0.80 128.57 0.08 0.18
Hex 2B 32 2C E 0 C 50 81 8 12
Octal 53 62 54 16 0 14 120 201 10 22
Binary 101011 110010 101100 1110 0 1100 1010000 10000001 1000 10010

Color Harmonies of #2B322C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B322C

Black with #2B322C

Text Example


Text Example

White with #2B322C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,50,44); }

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

background-color css

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

 a { background-color: rgb(43,50,44); }

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

border-color css

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

 span { border-color: rgb(43,50,44); }

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