Html Css Color HEX #224828 Gordons Green

📋 copy color: '#224828'

red 34 ◦ green 72 ◦ blue 40

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

Shades of Gordons Green #224828

Tints of Gordons Green #224828

RGB

 RED value IS 34 (13.67% from 255) = 23.29%

 GREEN value IS 72 (28.52% from 255) = 49.32%

 BLUE value IS 40 (16.02% from 255) = 27.4%

R = 23.29%
G = 49.32%
B = 27.4%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#224828 (or 0x224828) is known color: Gordons Green. HEX triplet: 22, 48 and 28. RGB value is (34,72,40). Sum of RGB (Red+Green+Blue) = 34+72+40=146 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.29% from 146); Green value is 72 (28.52% from 255 or 49.32% from 146); Blue value is 40 (16.02% from 255 or 27.40% from 146); Max value from RGB is 72 - color contains mainly: green. Hex color #224828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224828 is #DDB7D7. Grayscale: #393939. Windows color (decimal): -14530520 or 2639906. OLE color: 2639906.

HSL color Cylindrical-coordinate representation of color #224828: hue angle of 129.47º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #224828 is Cyan = 0.53, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB 34 72 40 -
CMYK 0.53 0 0.44 0.72
HSL 129.47º 0.36% 0.21% -
HSV(B) 129.47º 0.53% 0.28% -
XYZ 3.36 5.13 2.82 -
YUV 56.99 118.41 111.6 -
System Red Green Blue C M Y K H S L
Decimal 34 72 40 0.53 0 0.44 0.72 129.47 0.36 0.21
Hex 22 48 28 35 0 2C 48 81 24 15
Octal 42 110 50 65 0 54 110 201 44 25
Binary 100010 1001000 101000 110101 0 101100 1001000 10000001 100100 10101

Color Harmonies of #224828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224828

Black with #224828

Text Example


Text Example

White with #224828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224828; }

 p { color: rgb(34,72,40); }

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

background-color css

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

 a { background-color: rgb(34,72,40); }

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

border-color css

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

 span { border-color: rgb(34,72,40); }

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