Html Css Color HEX #28422C Gordons Green

📋 copy color: '#28422C'

red 40 ◦ green 66 ◦ blue 44

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

Shades of Gordons Green #28422C

Tints of Gordons Green #28422C

RGB

 RED value IS 40 (16.02% from 255) = 26.67%

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

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

R = 26.67%
G = 44%
B = 29.33%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.33

 K value IS 0.74

RGB Variations

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

Color information

#28422C (or 0x28422C) is known color: Gordons Green. HEX triplet: 28, 42 and 2C. RGB value is (40,66,44). Sum of RGB (Red+Green+Blue) = 40+66+44=150 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.67% from 150); Green value is 66 (26.17% from 255 or 44% from 150); Blue value is 44 (17.58% from 255 or 29.33% from 150); Max value from RGB is 66 - color contains mainly: green. Hex color #28422C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28422C is #D7BDD3. Grayscale: #373737. Windows color (decimal): -14138836 or 2900520. OLE color: 2900520.

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

Color convert

RGB 40 66 44 -
CMYK 0.39 0 0.33 0.74
HSL 129.23º 0.25% 0.21% -
HSV(B) 129.23º 0.39% 0.26% -
XYZ 3.28 4.53 3.08 -
YUV 55.72 121.39 116.79 -
System Red Green Blue C M Y K H S L
Decimal 40 66 44 0.39 0 0.33 0.74 129.23 0.25 0.21
Hex 28 42 2C 27 0 21 4A 81 19 15
Octal 50 102 54 47 0 41 112 201 31 25
Binary 101000 1000010 101100 100111 0 100001 1001010 10000001 11001 10101

Color Harmonies of #28422C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28422C

Black with #28422C

Text Example


Text Example

White with #28422C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28422C; }

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

 H1.HeaderClassName
 {
   color: #28422C;
 }
 .AnyTagClassName
 {
   color: #28422C;
 }
</style>

background-color css

<style>
 a { background-color: #28422C; }

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

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

border-color css

<style>
 span { border-color: #28422C; }

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

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