Html Css Color HEX #252925 Gordons Green

📋 copy color: '#252925'

red 37 ◦ green 41 ◦ blue 37

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

Shades of Gordons Green #252925

Tints of Gordons Green #252925

RGB

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

 GREEN value IS 41 (16.41% from 255) = 35.65%

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

R = 32.17%
G = 35.65%
B = 32.17%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.10

 K value IS 0.84

RGB Variations

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

Color information

#252925 (or 0x252925) is known color: Gordons Green. HEX triplet: 25, 29 and 25. RGB value is (37,41,37). Sum of RGB (Red+Green+Blue) = 37+41+37=115 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.17% from 115); Green value is 41 (16.41% from 255 or 35.65% from 115); Blue value is 37 (14.84% from 255 or 32.17% from 115); Max value from RGB is 41 - color contains mainly: green. Hex color #252925 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252925 is #DAD6DA. Grayscale: #272727. Windows color (decimal): -14341851 or 2435365. OLE color: 2435365.

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

Color convert

RGB 37 41 37 -
CMYK 0.10 0 0.10 0.84
HSL 120º 0.05% 0.15% -
HSV(B) 120º 0.1% 0.16% -
XYZ 1.89 2.11 2.06 -
YUV 39.35 126.67 126.33 -
System Red Green Blue C M Y K H S L
Decimal 37 41 37 0.10 0 0.10 0.84 120 0.05 0.15
Hex 25 29 25 A 0 A 54 78 5 F
Octal 45 51 45 12 0 12 124 170 5 17
Binary 100101 101001 100101 1010 0 1010 1010100 1111000 101 1111

Color Harmonies of #252925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252925

Black with #252925

Text Example


Text Example

White with #252925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252925; }

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

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

background-color css

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

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

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

border-color css

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

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

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