Html Css Color HEX #244128 Gordons Green

📋 copy color: '#244128'

red 36 ◦ green 65 ◦ blue 40

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

Shades of Gordons Green #244128

Tints of Gordons Green #244128

RGB

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

 GREEN value IS 65 (25.78% from 255) = 46.1%

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

R = 25.53%
G = 46.1%
B = 28.37%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.38

 K value IS 0.75

RGB Variations

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

Color information

#244128 (or 0x244128) is known color: Gordons Green. HEX triplet: 24, 41 and 28. RGB value is (36,65,40). Sum of RGB (Red+Green+Blue) = 36+65+40=141 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.53% from 141); Green value is 65 (25.78% from 255 or 46.10% from 141); Blue value is 40 (16.02% from 255 or 28.37% from 141); Max value from RGB is 65 - color contains mainly: green. Hex color #244128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #244128 is #DBBED7. Grayscale: #353535. Windows color (decimal): -14401240 or 2638116. OLE color: 2638116.

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

Color convert

RGB 36 65 40 -
CMYK 0.45 0 0.38 0.75
HSL 128.28º 0.29% 0.2% -
HSV(B) 128.28º 0.45% 0.25% -
XYZ 3 4.31 2.68 -
YUV 53.48 120.39 115.53 -
System Red Green Blue C M Y K H S L
Decimal 36 65 40 0.45 0 0.38 0.75 128.28 0.29 0.2
Hex 24 41 28 2D 0 26 4B 80 1D 14
Octal 44 101 50 55 0 46 113 200 35 24
Binary 100100 1000001 101000 101101 0 100110 1001011 10000000 11101 10100

Color Harmonies of #244128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244128

Black with #244128

Text Example


Text Example

White with #244128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244128; }

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

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

background-color css

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

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

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

border-color css

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

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

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