Html Css Color HEX #224029 Gordons Green

📋 copy color: '#224029'

red 34 ◦ green 64 ◦ blue 41

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

Shades of Gordons Green #224029

Tints of Gordons Green #224029

RGB

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

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

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

R = 24.46%
G = 46.04%
B = 29.5%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.36

 K value IS 0.75

RGB Variations

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

Color information

#224029 (or 0x224029) is known color: Gordons Green. HEX triplet: 22, 40 and 29. RGB value is (34,64,41). Sum of RGB (Red+Green+Blue) = 34+64+41=139 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.46% from 139); Green value is 64 (25.39% from 255 or 46.04% from 139); Blue value is 41 (16.41% from 255 or 29.50% from 139); Max value from RGB is 64 - color contains mainly: green. Hex color #224029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224029 is #DDBFD6. Grayscale: #343434. Windows color (decimal): -14532567 or 2703394. OLE color: 2703394.

HSL color Cylindrical-coordinate representation of color #224029: hue angle of 134º 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 #224029 is Cyan = 0.47, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.75.

Color convert

RGB 34 64 41 -
CMYK 0.47 0 0.36 0.75
HSL 134º 0.31% 0.19% -
HSV(B) 134º 0.47% 0.25% -
XYZ 2.89 4.17 2.75 -
YUV 52.41 121.56 114.87 -
System Red Green Blue C M Y K H S L
Decimal 34 64 41 0.47 0 0.36 0.75 134 0.31 0.19
Hex 22 40 29 2F 0 24 4B 86 1F 13
Octal 42 100 51 57 0 44 113 206 37 23
Binary 100010 1000000 101001 101111 0 100100 1001011 10000110 11111 10011

Color Harmonies of #224029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224029

Black with #224029

Text Example


Text Example

White with #224029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224029; }

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

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

background-color css

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

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

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

border-color css

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

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

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