Html Css Color HEX #244027 Gordons Green

📋 copy color: '#244027'

red 36 ◦ green 64 ◦ blue 39

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

Shades of Gordons Green #244027

Tints of Gordons Green #244027

RGB

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

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

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

R = 25.9%
G = 46.04%
B = 28.06%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.39

 K value IS 0.75

RGB Variations

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

Color information

#244027 (or 0x244027) is known color: Gordons Green. HEX triplet: 24, 40 and 27. RGB value is (36,64,39). Sum of RGB (Red+Green+Blue) = 36+64+39=139 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.90% from 139); Green value is 64 (25.39% from 255 or 46.04% from 139); Blue value is 39 (15.62% from 255 or 28.06% from 139); Max value from RGB is 64 - color contains mainly: green. Hex color #244027 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #244027 is #DBBFD8. Grayscale: #343434. Windows color (decimal): -14401497 or 2572324. OLE color: 2572324.

HSL color Cylindrical-coordinate representation of color #244027: hue angle of 126.43º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #244027 is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.75.

Color convert

RGB 36 64 39 -
CMYK 0.44 0 0.39 0.75
HSL 126.43º 0.28% 0.2% -
HSV(B) 126.43º 0.44% 0.25% -
XYZ 2.93 4.19 2.57 -
YUV 52.78 120.22 116.03 -
System Red Green Blue C M Y K H S L
Decimal 36 64 39 0.44 0 0.39 0.75 126.43 0.28 0.2
Hex 24 40 27 2C 0 27 4B 7E 1C 14
Octal 44 100 47 54 0 47 113 176 34 24
Binary 100100 1000000 100111 101100 0 100111 1001011 1111110 11100 10100

Color Harmonies of #244027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244027

Black with #244027

Text Example


Text Example

White with #244027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244027; }

 p { color: rgb(36,64,39); }

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

background-color css

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

 a { background-color: rgb(36,64,39); }

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

border-color css

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

 span { border-color: rgb(36,64,39); }

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