Html Css Color HEX #2B422C Gordons Green

📋 copy color: '#2B422C'

red 43 ◦ green 66 ◦ blue 44

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

Shades of Gordons Green #2B422C

Tints of Gordons Green #2B422C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 43.14%

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

R = 28.1%
G = 43.14%
B = 28.76%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.33

 K value IS 0.74

RGB Variations

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

Color information

#2B422C (or 0x2B422C) is known color: Gordons Green. HEX triplet: 2B, 42 and 2C. RGB value is (43,66,44). Sum of RGB (Red+Green+Blue) = 43+66+44=153 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.10% from 153); Green value is 66 (26.17% from 255 or 43.14% from 153); Blue value is 44 (17.58% from 255 or 28.76% from 153); Max value from RGB is 66 - color contains mainly: green. Hex color #2B422C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B422C is #D4BDD3. Grayscale: #383838. Windows color (decimal): -13942228 or 2900523. OLE color: 2900523.

HSL color Cylindrical-coordinate representation of color #2B422C: hue angle of 122.61º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2B422C is Cyan = 0.35, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.74.

Color convert

RGB 43 66 44 -
CMYK 0.35 0 0.33 0.74
HSL 122.61º 0.21% 0.21% -
HSV(B) 122.61º 0.35% 0.26% -
XYZ 3.4 4.59 3.09 -
YUV 56.62 120.88 118.29 -
System Red Green Blue C M Y K H S L
Decimal 43 66 44 0.35 0 0.33 0.74 122.61 0.21 0.21
Hex 2B 42 2C 23 0 21 4A 7B 15 15
Octal 53 102 54 43 0 41 112 173 25 25
Binary 101011 1000010 101100 100011 0 100001 1001010 1111011 10101 10101

Color Harmonies of #2B422C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B422C

Black with #2B422C

Text Example


Text Example

White with #2B422C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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