Html Css Color HEX #224227 Gordons Green

📋 copy color: '#224227'

red 34 ◦ green 66 ◦ blue 39

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

Shades of Gordons Green #224227

Tints of Gordons Green #224227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 28.06%

R = 24.46%
G = 47.48%
B = 28.06%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.41

 K value IS 0.74

RGB Variations

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

Color information

#224227 (or 0x224227) is known color: Gordons Green. HEX triplet: 22, 42 and 27. RGB value is (34,66,39). Sum of RGB (Red+Green+Blue) = 34+66+39=139 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.46% from 139); Green value is 66 (26.17% from 255 or 47.48% from 139); Blue value is 39 (15.62% from 255 or 28.06% from 139); Max value from RGB is 66 - color contains mainly: green. Hex color #224227 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224227 is #DDBDD8. Grayscale: #353535. Windows color (decimal): -14532057 or 2572834. OLE color: 2572834.

HSL color Cylindrical-coordinate representation of color #224227: hue angle of 129.38º degrees, saturation: 0.32, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #224227 is Cyan = 0.48, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.74.

Color convert

RGB 34 66 39 -
CMYK 0.48 0 0.41 0.74
HSL 129.38º 0.32% 0.2% -
HSV(B) 129.38º 0.48% 0.26% -
XYZ 2.97 4.38 2.61 -
YUV 53.35 119.9 114.2 -
System Red Green Blue C M Y K H S L
Decimal 34 66 39 0.48 0 0.41 0.74 129.38 0.32 0.2
Hex 22 42 27 30 0 29 4A 81 20 14
Octal 42 102 47 60 0 51 112 201 40 24
Binary 100010 1000010 100111 110000 0 101001 1001010 10000001 100000 10100

Color Harmonies of #224227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224227

Black with #224227

Text Example


Text Example

White with #224227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224227; }

 p { color: rgb(34,66,39); }

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

background-color css

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

 a { background-color: rgb(34,66,39); }

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

border-color css

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

 span { border-color: rgb(34,66,39); }

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