Html Css Color HEX #244428 Gordons Green

📋 copy color: '#244428'

red 36 ◦ green 68 ◦ blue 40

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

Shades of Gordons Green #244428

Tints of Gordons Green #244428

RGB

 RED value IS 36 (14.45% from 255) = 25%

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

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

R = 25%
G = 47.22%
B = 27.78%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#244428 (or 0x244428) is known color: Gordons Green. HEX triplet: 24, 44 and 28. RGB value is (36,68,40). Sum of RGB (Red+Green+Blue) = 36+68+40=144 (19% of max value = 765). Red value is 36 (14.45% from 255 or 25% from 144); Green value is 68 (26.95% from 255 or 47.22% from 144); Blue value is 40 (16.02% from 255 or 27.78% from 144); Max value from RGB is 68 - color contains mainly: green. Hex color #244428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #244428 is #DBBBD7. Grayscale: #373737. Windows color (decimal): -14400472 or 2638884. OLE color: 2638884.

HSL color Cylindrical-coordinate representation of color #244428: hue angle of 127.5º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #244428 is Cyan = 0.47, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB 36 68 40 -
CMYK 0.47 0 0.41 0.73
HSL 127.5º 0.31% 0.2% -
HSV(B) 127.5º 0.47% 0.27% -
XYZ 3.18 4.66 2.74 -
YUV 55.24 119.4 114.28 -
System Red Green Blue C M Y K H S L
Decimal 36 68 40 0.47 0 0.41 0.73 127.5 0.31 0.2
Hex 24 44 28 2F 0 29 49 80 1F 14
Octal 44 104 50 57 0 51 111 200 37 24
Binary 100100 1000100 101000 101111 0 101001 1001001 10000000 11111 10100

Color Harmonies of #244428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244428

Black with #244428

Text Example


Text Example

White with #244428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244428; }

 p { color: rgb(36,68,40); }

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

background-color css

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

 a { background-color: rgb(36,68,40); }

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

border-color css

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

 span { border-color: rgb(36,68,40); }

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