Html Css Color HEX #254128 Gordons Green

📋 copy color: '#254128'

red 37 ◦ green 65 ◦ blue 40

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

Shades of Gordons Green #254128

Tints of Gordons Green #254128

RGB

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

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

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

R = 26.06%
G = 45.77%
B = 28.17%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.38

 K value IS 0.75

RGB Variations

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

Color information

#254128 (or 0x254128) is known color: Gordons Green. HEX triplet: 25, 41 and 28. RGB value is (37,65,40). Sum of RGB (Red+Green+Blue) = 37+65+40=142 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.06% from 142); Green value is 65 (25.78% from 255 or 45.77% from 142); Blue value is 40 (16.02% from 255 or 28.17% from 142); Max value from RGB is 65 - color contains mainly: green. Hex color #254128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254128 is #DABED7. Grayscale: #353535. Windows color (decimal): -14335704 or 2638117. OLE color: 2638117.

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

Color convert

RGB 37 65 40 -
CMYK 0.43 0 0.38 0.75
HSL 126.43º 0.27% 0.2% -
HSV(B) 126.43º 0.43% 0.25% -
XYZ 3.04 4.33 2.68 -
YUV 53.78 120.22 116.03 -
System Red Green Blue C M Y K H S L
Decimal 37 65 40 0.43 0 0.38 0.75 126.43 0.27 0.2
Hex 25 41 28 2B 0 26 4B 7E 1B 14
Octal 45 101 50 53 0 46 113 176 33 24
Binary 100101 1000001 101000 101011 0 100110 1001011 1111110 11011 10100

Color Harmonies of #254128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254128

Black with #254128

Text Example


Text Example

White with #254128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254128; }

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

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

background-color css

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

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

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

border-color css

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

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

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