Html Css Color HEX #252625 Gordons Green

📋 copy color: '#252625'

red 37 ◦ green 38 ◦ blue 37

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

Shades of Gordons Green #252625

Tints of Gordons Green #252625

RGB

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

 GREEN value IS 38 (15.23% from 255) = 33.93%

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

R = 33.04%
G = 33.93%
B = 33.04%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.03

 K value IS 0.85

RGB Variations

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

Color information

#252625 (or 0x252625) is known color: Gordons Green. HEX triplet: 25, 26 and 25. RGB value is (37,38,37). Sum of RGB (Red+Green+Blue) = 37+38+37=112 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.04% from 112); Green value is 38 (15.23% from 255 or 33.93% from 112); Blue value is 37 (14.84% from 255 or 33.04% from 112); Max value from RGB is 38 - color contains mainly: green. Hex color #252625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252625 is #DAD9DA. Grayscale: #252525. Windows color (decimal): -14342619 or 2434597. OLE color: 2434597.

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

Color convert

RGB 37 38 37 -
CMYK 0.03 0 0.03 0.85
HSL 120º 0.01% 0.15% -
HSV(B) 120º 0.03% 0.15% -
XYZ 1.79 1.91 2.03 -
YUV 37.59 127.67 127.58 -
System Red Green Blue C M Y K H S L
Decimal 37 38 37 0.03 0 0.03 0.85 120 0.01 0.15
Hex 25 26 25 3 0 3 55 78 1 F
Octal 45 46 45 3 0 3 125 170 1 17
Binary 100101 100110 100101 11 0 11 1010101 1111000 1 1111

Color Harmonies of #252625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252625

Black with #252625

Text Example


Text Example

White with #252625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252625; }

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

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

background-color css

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

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

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

border-color css

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

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

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