Html Css Color HEX #253E2C Gordons Green

📋 copy color: '#253E2C'

red 37 ◦ green 62 ◦ blue 44

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

Shades of Gordons Green #253E2C

Tints of Gordons Green #253E2C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 43.36%

 BLUE value IS 44 (17.58% from 255) = 30.77%

R = 25.87%
G = 43.36%
B = 30.77%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.29

 K value IS 0.76

RGB Variations

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

Color information

#253E2C (or 0x253E2C) is known color: Gordons Green. HEX triplet: 25, 3E and 2C. RGB value is (37,62,44). Sum of RGB (Red+Green+Blue) = 37+62+44=143 (18% of max value = 765). Red value is 37 (14.84% from 255 or 25.87% from 143); Green value is 62 (24.61% from 255 or 43.36% from 143); Blue value is 44 (17.58% from 255 or 30.77% from 143); Max value from RGB is 62 - color contains mainly: green. Hex color #253E2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253E2C is #DAC1D3. Grayscale: #343434. Windows color (decimal): -14336468 or 2899493. OLE color: 2899493.

HSL color Cylindrical-coordinate representation of color #253E2C: hue angle of 136.8º degrees, saturation: 0.25, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #253E2C is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.76.

Color convert

RGB 37 62 44 -
CMYK 0.40 0 0.29 0.76
HSL 136.8º 0.25% 0.19% -
HSV(B) 136.8º 0.4% 0.24% -
XYZ 2.94 4.02 3 -
YUV 52.47 123.22 116.96 -
System Red Green Blue C M Y K H S L
Decimal 37 62 44 0.40 0 0.29 0.76 136.8 0.25 0.19
Hex 25 3E 2C 28 0 1D 4C 89 19 13
Octal 45 76 54 50 0 35 114 211 31 23
Binary 100101 111110 101100 101000 0 11101 1001100 10001001 11001 10011

Color Harmonies of #253E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253E2C

Black with #253E2C

Text Example


Text Example

White with #253E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253E2C; }

 p { color: rgb(37,62,44); }

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

background-color css

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

 a { background-color: rgb(37,62,44); }

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

border-color css

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

 span { border-color: rgb(37,62,44); }

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