Html Css Color HEX #25392A Gordons Green

📋 copy color: '#25392A'

red 37 ◦ green 57 ◦ blue 42

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

Shades of Gordons Green #25392A

Tints of Gordons Green #25392A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 41.91%

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

R = 27.21%
G = 41.91%
B = 30.88%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.26

 K value IS 0.78

RGB Variations

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

Color information

#25392A (or 0x25392A) is known color: Gordons Green. HEX triplet: 25, 39 and 2A. RGB value is (37,57,42). Sum of RGB (Red+Green+Blue) = 37+57+42=136 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.21% from 136); Green value is 57 (22.66% from 255 or 41.91% from 136); Blue value is 42 (16.80% from 255 or 30.88% from 136); Max value from RGB is 57 - color contains mainly: green. Hex color #25392A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25392A is #DAC6D5. Grayscale: #313131. Windows color (decimal): -14337750 or 2767141. OLE color: 2767141.

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

Color convert

RGB 37 57 42 -
CMYK 0.35 0 0.26 0.78
HSL 135º 0.21% 0.18% -
HSV(B) 135º 0.35% 0.22% -
XYZ 2.64 3.49 2.72 -
YUV 49.31 123.87 119.22 -
System Red Green Blue C M Y K H S L
Decimal 37 57 42 0.35 0 0.26 0.78 135 0.21 0.18
Hex 25 39 2A 23 0 1A 4E 87 15 12
Octal 45 71 52 43 0 32 116 207 25 22
Binary 100101 111001 101010 100011 0 11010 1001110 10000111 10101 10010

Color Harmonies of #25392A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25392A

Black with #25392A

Text Example


Text Example

White with #25392A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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