Html Css Color HEX #25372A Gordons Green

📋 copy color: '#25372A'

red 37 ◦ green 55 ◦ blue 42

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

Shades of Gordons Green #25372A

Tints of Gordons Green #25372A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 41.04%

 BLUE value IS 42 (16.8% from 255) = 31.34%

R = 27.61%
G = 41.04%
B = 31.34%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.24

 K value IS 0.78

RGB Variations

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

Color information

#25372A (or 0x25372A) is known color: Gordons Green. HEX triplet: 25, 37 and 2A. RGB value is (37,55,42). Sum of RGB (Red+Green+Blue) = 37+55+42=134 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.61% from 134); Green value is 55 (21.88% from 255 or 41.04% from 134); Blue value is 42 (16.80% from 255 or 31.34% from 134); Max value from RGB is 55 - color contains mainly: green. Hex color #25372A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25372A is #DAC8D5. Grayscale: #303030. Windows color (decimal): -14338262 or 2766629. OLE color: 2766629.

HSL color Cylindrical-coordinate representation of color #25372A: hue angle of 136.67º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #25372A is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.78.

Color convert

RGB 37 55 42 -
CMYK 0.33 0 0.24 0.78
HSL 136.67º 0.2% 0.18% -
HSV(B) 136.67º 0.33% 0.22% -
XYZ 2.55 3.29 2.69 -
YUV 48.14 124.54 120.06 -
System Red Green Blue C M Y K H S L
Decimal 37 55 42 0.33 0 0.24 0.78 136.67 0.2 0.18
Hex 25 37 2A 21 0 18 4E 89 14 12
Octal 45 67 52 41 0 30 116 211 24 22
Binary 100101 110111 101010 100001 0 11000 1001110 10001001 10100 10010

Color Harmonies of #25372A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25372A

Black with #25372A

Text Example


Text Example

White with #25372A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25372A; }

 p { color: rgb(37,55,42); }

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

background-color css

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

 a { background-color: rgb(37,55,42); }

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

border-color css

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

 span { border-color: rgb(37,55,42); }

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