Html Css Color HEX #224028 Gordons Green

📋 copy color: '#224028'

red 34 ◦ green 64 ◦ blue 40

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

Shades of Gordons Green #224028

Tints of Gordons Green #224028

RGB

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

 GREEN value IS 64 (25.39% from 255) = 46.38%

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

R = 24.64%
G = 46.38%
B = 28.99%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.38

 K value IS 0.75

RGB Variations

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

Color information

#224028 (or 0x224028) is known color: Gordons Green. HEX triplet: 22, 40 and 28. RGB value is (34,64,40). Sum of RGB (Red+Green+Blue) = 34+64+40=138 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.64% from 138); Green value is 64 (25.39% from 255 or 46.38% from 138); Blue value is 40 (16.02% from 255 or 28.99% from 138); Max value from RGB is 64 - color contains mainly: green. Hex color #224028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224028 is #DDBFD7. Grayscale: #343434. Windows color (decimal): -14532568 or 2637858. OLE color: 2637858.

HSL color Cylindrical-coordinate representation of color #224028: hue angle of 132º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #224028 is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB 34 64 40 -
CMYK 0.47 0 0.38 0.75
HSL 132º 0.31% 0.19% -
HSV(B) 132º 0.47% 0.25% -
XYZ 2.88 4.16 2.66 -
YUV 52.29 121.06 114.95 -
System Red Green Blue C M Y K H S L
Decimal 34 64 40 0.47 0 0.38 0.75 132 0.31 0.19
Hex 22 40 28 2F 0 26 4B 84 1F 13
Octal 42 100 50 57 0 46 113 204 37 23
Binary 100010 1000000 101000 101111 0 100110 1001011 10000100 11111 10011

Color Harmonies of #224028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224028

Black with #224028

Text Example


Text Example

White with #224028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224028; }

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

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

background-color css

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

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

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

border-color css

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

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

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