Html Css Color HEX #253428 Gordons Green

📋 copy color: '#253428'

red 37 ◦ green 52 ◦ blue 40

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

Shades of Gordons Green #253428

Tints of Gordons Green #253428

RGB

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

 GREEN value IS 52 (20.7% from 255) = 40.31%

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

R = 28.68%
G = 40.31%
B = 31.01%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.23

 K value IS 0.80

RGB Variations

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

Color information

#253428 (or 0x253428) is known color: Gordons Green. HEX triplet: 25, 34 and 28. RGB value is (37,52,40). Sum of RGB (Red+Green+Blue) = 37+52+40=129 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.68% from 129); Green value is 52 (20.70% from 255 or 40.31% from 129); Blue value is 40 (16.02% from 255 or 31.01% from 129); Max value from RGB is 52 - color contains mainly: green. Hex color #253428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253428 is #DACBD7. Grayscale: #2E2E2E. Windows color (decimal): -14339032 or 2634789. OLE color: 2634789.

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

Color convert

RGB 37 52 40 -
CMYK 0.29 0 0.23 0.80
HSL 132º 0.17% 0.17% -
HSV(B) 132º 0.29% 0.2% -
XYZ 2.37 3 2.46 -
YUV 46.15 124.53 121.48 -
System Red Green Blue C M Y K H S L
Decimal 37 52 40 0.29 0 0.23 0.80 132 0.17 0.17
Hex 25 34 28 1D 0 17 50 84 11 11
Octal 45 64 50 35 0 27 120 204 21 21
Binary 100101 110100 101000 11101 0 10111 1010000 10000100 10001 10001

Color Harmonies of #253428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253428

Black with #253428

Text Example


Text Example

White with #253428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253428; }

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

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

background-color css

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

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

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

border-color css

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

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

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