Html Css Color HEX #253228 Gordons Green

📋 copy color: '#253228'

red 37 ◦ green 50 ◦ blue 40

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

Shades of Gordons Green #253228

Tints of Gordons Green #253228

RGB

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

 GREEN value IS 50 (19.92% from 255) = 39.37%

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

R = 29.13%
G = 39.37%
B = 31.5%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.20

 K value IS 0.80

RGB Variations

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

Color information

#253228 (or 0x253228) is known color: Gordons Green. HEX triplet: 25, 32 and 28. RGB value is (37,50,40). Sum of RGB (Red+Green+Blue) = 37+50+40=127 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.13% from 127); Green value is 50 (19.92% from 255 or 39.37% from 127); Blue value is 40 (16.02% from 255 or 31.50% from 127); Max value from RGB is 50 - color contains mainly: green. Hex color #253228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253228 is #DACDD7. Grayscale: #2D2D2D. Windows color (decimal): -14339544 or 2634277. OLE color: 2634277.

HSL color Cylindrical-coordinate representation of color #253228: hue angle of 133.85º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #253228 is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.80.

Color convert

RGB 37 50 40 -
CMYK 0.26 0 0.20 0.80
HSL 133.85º 0.15% 0.17% -
HSV(B) 133.85º 0.26% 0.2% -
XYZ 2.29 2.83 2.43 -
YUV 44.97 125.19 122.31 -
System Red Green Blue C M Y K H S L
Decimal 37 50 40 0.26 0 0.20 0.80 133.85 0.15 0.17
Hex 25 32 28 1A 0 14 50 86 F 11
Octal 45 62 50 32 0 24 120 206 17 21
Binary 100101 110010 101000 11010 0 10100 1010000 10000110 1111 10001

Color Harmonies of #253228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253228

Black with #253228

Text Example


Text Example

White with #253228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253228; }

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

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

background-color css

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

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

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

border-color css

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

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

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