Html Css Color HEX #224429 Gordons Green

📋 copy color: '#224429'

red 34 ◦ green 68 ◦ blue 41

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

Shades of Gordons Green #224429

Tints of Gordons Green #224429

RGB

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

 GREEN value IS 68 (26.95% from 255) = 47.55%

 BLUE value IS 41 (16.41% from 255) = 28.67%

R = 23.78%
G = 47.55%
B = 28.67%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.40

 K value IS 0.73

RGB Variations

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

Color information

#224429 (or 0x224429) is known color: Gordons Green. HEX triplet: 22, 44 and 29. RGB value is (34,68,41). Sum of RGB (Red+Green+Blue) = 34+68+41=143 (18% of max value = 765). Red value is 34 (13.67% from 255 or 23.78% from 143); Green value is 68 (26.95% from 255 or 47.55% from 143); Blue value is 41 (16.41% from 255 or 28.67% from 143); Max value from RGB is 68 - color contains mainly: green. Hex color #224429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224429 is #DDBBD6. Grayscale: #363636. Windows color (decimal): -14531543 or 2704418. OLE color: 2704418.

HSL color Cylindrical-coordinate representation of color #224429: hue angle of 132.35º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #224429 is Cyan = 0.50, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB 34 68 41 -
CMYK 0.50 0 0.40 0.73
HSL 132.35º 0.33% 0.2% -
HSV(B) 132.35º 0.5% 0.27% -
XYZ 3.13 4.63 2.83 -
YUV 54.76 120.24 113.2 -
System Red Green Blue C M Y K H S L
Decimal 34 68 41 0.50 0 0.40 0.73 132.35 0.33 0.2
Hex 22 44 29 32 0 28 49 84 21 14
Octal 42 104 51 62 0 50 111 204 41 24
Binary 100010 1000100 101001 110010 0 101000 1001001 10000100 100001 10100

Color Harmonies of #224429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224429

Black with #224429

Text Example


Text Example

White with #224429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224429; }

 p { color: rgb(34,68,41); }

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

background-color css

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

 a { background-color: rgb(34,68,41); }

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

border-color css

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

 span { border-color: rgb(34,68,41); }

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