Html Css Color HEX #244129 Gordons Green

📋 copy color: '#244129'

red 36 ◦ green 65 ◦ blue 41

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

Shades of Gordons Green #244129

Tints of Gordons Green #244129

RGB

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

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

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

R = 25.35%
G = 45.77%
B = 28.87%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.37

 K value IS 0.75

RGB Variations

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

Color information

#244129 (or 0x244129) is known color: Gordons Green. HEX triplet: 24, 41 and 29. RGB value is (36,65,41). Sum of RGB (Red+Green+Blue) = 36+65+41=142 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.35% from 142); Green value is 65 (25.78% from 255 or 45.77% from 142); Blue value is 41 (16.41% from 255 or 28.87% from 142); Max value from RGB is 65 - color contains mainly: green. Hex color #244129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #244129 is #DBBED6. Grayscale: #353535. Windows color (decimal): -14401239 or 2703652. OLE color: 2703652.

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

Color convert

RGB 36 65 41 -
CMYK 0.45 0 0.37 0.75
HSL 130.34º 0.29% 0.2% -
HSV(B) 130.34º 0.45% 0.25% -
XYZ 3.02 4.32 2.77 -
YUV 53.59 120.89 115.45 -
System Red Green Blue C M Y K H S L
Decimal 36 65 41 0.45 0 0.37 0.75 130.34 0.29 0.2
Hex 24 41 29 2D 0 25 4B 82 1D 14
Octal 44 101 51 55 0 45 113 202 35 24
Binary 100100 1000001 101001 101101 0 100101 1001011 10000010 11101 10100

Color Harmonies of #244129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244129

Black with #244129

Text Example


Text Example

White with #244129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244129; }

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

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

background-color css

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

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

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

border-color css

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

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

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