Html Css Color HEX #254429 Gordons Green

📋 copy color: '#254429'

red 37 ◦ green 68 ◦ blue 41

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

Shades of Gordons Green #254429

Tints of Gordons Green #254429

RGB

 RED value IS 37 (14.84% from 255) = 25.34%

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

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

R = 25.34%
G = 46.58%
B = 28.08%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.40

 K value IS 0.73

RGB Variations

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

Color information

#254429 (or 0x254429) is known color: Gordons Green. HEX triplet: 25, 44 and 29. RGB value is (37,68,41). Sum of RGB (Red+Green+Blue) = 37+68+41=146 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.34% from 146); Green value is 68 (26.95% from 255 or 46.58% from 146); Blue value is 41 (16.41% from 255 or 28.08% from 146); Max value from RGB is 68 - color contains mainly: green. Hex color #254429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254429 is #DABBD6. Grayscale: #373737. Windows color (decimal): -14334935 or 2704421. OLE color: 2704421.

HSL color Cylindrical-coordinate representation of color #254429: hue angle of 127.74º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #254429 is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB 37 68 41 -
CMYK 0.46 0 0.40 0.73
HSL 127.74º 0.3% 0.21% -
HSV(B) 127.74º 0.46% 0.27% -
XYZ 3.23 4.69 2.83 -
YUV 55.65 119.73 114.7 -
System Red Green Blue C M Y K H S L
Decimal 37 68 41 0.46 0 0.40 0.73 127.74 0.3 0.21
Hex 25 44 29 2E 0 28 49 80 1E 15
Octal 45 104 51 56 0 50 111 200 36 25
Binary 100101 1000100 101001 101110 0 101000 1001001 10000000 11110 10101

Color Harmonies of #254429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254429

Black with #254429

Text Example


Text Example

White with #254429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254429; }

 p { color: rgb(37,68,41); }

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

background-color css

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

 a { background-color: rgb(37,68,41); }

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

border-color css

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

 span { border-color: rgb(37,68,41); }

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