Html Css Color HEX #252825 Gordons Green

📋 copy color: '#252825'

red 37 ◦ green 40 ◦ blue 37

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

Shades of Gordons Green #252825

Tints of Gordons Green #252825

RGB

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

 GREEN value IS 40 (16.02% from 255) = 35.09%

 BLUE value IS 37 (14.84% from 255) = 32.46%

R = 32.46%
G = 35.09%
B = 32.46%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.07

 K value IS 0.84

RGB Variations

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

Color information

#252825 (or 0x252825) is known color: Gordons Green. HEX triplet: 25, 28 and 25. RGB value is (37,40,37). Sum of RGB (Red+Green+Blue) = 37+40+37=114 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.46% from 114); Green value is 40 (16.02% from 255 or 35.09% from 114); Blue value is 37 (14.84% from 255 or 32.46% from 114); Max value from RGB is 40 - color contains mainly: green. Hex color #252825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252825 is #DAD7DA. Grayscale: #262626. Windows color (decimal): -14342107 or 2435109. OLE color: 2435109.

HSL color Cylindrical-coordinate representation of color #252825: hue angle of 120º degrees, saturation: 0.04, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #252825 is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.84.

Color convert

RGB 37 40 37 -
CMYK 0.07 0 0.07 0.84
HSL 120º 0.04% 0.15% -
HSV(B) 120º 0.07% 0.16% -
XYZ 1.86 2.04 2.05 -
YUV 38.76 127.01 126.74 -
System Red Green Blue C M Y K H S L
Decimal 37 40 37 0.07 0 0.07 0.84 120 0.04 0.15
Hex 25 28 25 7 0 7 54 78 4 F
Octal 45 50 45 7 0 7 124 170 4 17
Binary 100101 101000 100101 111 0 111 1010100 1111000 100 1111

Color Harmonies of #252825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252825

Black with #252825

Text Example


Text Example

White with #252825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252825; }

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

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

background-color css

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

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

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

border-color css

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

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

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