Html Css Color HEX #254329 Gordons Green

📋 copy color: '#254329'

red 37 ◦ green 67 ◦ blue 41

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

Shades of Gordons Green #254329

Tints of Gordons Green #254329

RGB

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

 GREEN value IS 67 (26.56% from 255) = 46.21%

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

R = 25.52%
G = 46.21%
B = 28.28%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.39

 K value IS 0.74

RGB Variations

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

Color information

#254329 (or 0x254329) is known color: Gordons Green. HEX triplet: 25, 43 and 29. RGB value is (37,67,41). Sum of RGB (Red+Green+Blue) = 37+67+41=145 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.52% from 145); Green value is 67 (26.56% from 255 or 46.21% from 145); Blue value is 41 (16.41% from 255 or 28.28% from 145); Max value from RGB is 67 - color contains mainly: green. Hex color #254329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254329 is #DABCD6. Grayscale: #373737. Windows color (decimal): -14335191 or 2704165. OLE color: 2704165.

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

Color convert

RGB 37 67 41 -
CMYK 0.45 0 0.39 0.74
HSL 128º 0.29% 0.2% -
HSV(B) 128º 0.45% 0.26% -
XYZ 3.17 4.57 2.81 -
YUV 55.07 120.06 115.11 -
System Red Green Blue C M Y K H S L
Decimal 37 67 41 0.45 0 0.39 0.74 128 0.29 0.2
Hex 25 43 29 2D 0 27 4A 80 1D 14
Octal 45 103 51 55 0 47 112 200 35 24
Binary 100101 1000011 101001 101101 0 100111 1001010 10000000 11101 10100

Color Harmonies of #254329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254329

Black with #254329

Text Example


Text Example

White with #254329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254329; }

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

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

background-color css

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

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

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

border-color css

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

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

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