Html Css Color HEX #254229 Gordons Green

📋 copy color: '#254229'

red 37 ◦ green 66 ◦ blue 41

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

Shades of Gordons Green #254229

Tints of Gordons Green #254229

RGB

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

 GREEN value IS 66 (26.17% from 255) = 45.83%

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

R = 25.69%
G = 45.83%
B = 28.47%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.38

 K value IS 0.74

RGB Variations

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

Color information

#254229 (or 0x254229) is known color: Gordons Green. HEX triplet: 25, 42 and 29. RGB value is (37,66,41). Sum of RGB (Red+Green+Blue) = 37+66+41=144 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.69% from 144); Green value is 66 (26.17% from 255 or 45.83% from 144); Blue value is 41 (16.41% from 255 or 28.47% from 144); Max value from RGB is 66 - color contains mainly: green. Hex color #254229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254229 is #DABDD6. Grayscale: #363636. Windows color (decimal): -14335447 or 2703909. OLE color: 2703909.

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

Color convert

RGB 37 66 41 -
CMYK 0.44 0 0.38 0.74
HSL 128.28º 0.28% 0.2% -
HSV(B) 128.28º 0.44% 0.26% -
XYZ 3.11 4.45 2.79 -
YUV 54.48 120.39 115.53 -
System Red Green Blue C M Y K H S L
Decimal 37 66 41 0.44 0 0.38 0.74 128.28 0.28 0.2
Hex 25 42 29 2C 0 26 4A 80 1C 14
Octal 45 102 51 54 0 46 112 200 34 24
Binary 100101 1000010 101001 101100 0 100110 1001010 10000000 11100 10100

Color Harmonies of #254229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254229

Black with #254229

Text Example


Text Example

White with #254229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254229; }

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

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

background-color css

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

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

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

border-color css

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

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

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