Html Css Color HEX #2B372B Gordons Green

📋 copy color: '#2B372B'

red 43 ◦ green 55 ◦ blue 43

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

Shades of Gordons Green #2B372B

Tints of Gordons Green #2B372B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 39.01%

 BLUE value IS 43 (17.19% from 255) = 30.5%

R = 30.5%
G = 39.01%
B = 30.5%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.22

 K value IS 0.78

RGB Variations

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

Color information

#2B372B (or 0x2B372B) is known color: Gordons Green. HEX triplet: 2B, 37 and 2B. RGB value is (43,55,43). Sum of RGB (Red+Green+Blue) = 43+55+43=141 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.50% from 141); Green value is 55 (21.88% from 255 or 39.01% from 141); Blue value is 43 (17.19% from 255 or 30.50% from 141); Max value from RGB is 55 - color contains mainly: green. Hex color #2B372B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B372B is #D4C8D4. Grayscale: #323232. Windows color (decimal): -13945045 or 2832171. OLE color: 2832171.

HSL color Cylindrical-coordinate representation of color #2B372B: hue angle of 120º degrees, saturation: 0.12, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #2B372B is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.78.

Color convert

RGB 43 55 43 -
CMYK 0.22 0 0.22 0.78
HSL 120º 0.12% 0.19% -
HSV(B) 120º 0.22% 0.22% -
XYZ 2.8 3.42 2.8 -
YUV 50.04 124.02 122.98 -
System Red Green Blue C M Y K H S L
Decimal 43 55 43 0.22 0 0.22 0.78 120 0.12 0.19
Hex 2B 37 2B 16 0 16 4E 78 C 13
Octal 53 67 53 26 0 26 116 170 14 23
Binary 101011 110111 101011 10110 0 10110 1001110 1111000 1100 10011

Color Harmonies of #2B372B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B372B

Black with #2B372B

Text Example


Text Example

White with #2B372B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,55,43); }

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

background-color css

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

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

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

border-color css

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

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

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