Html Css Color HEX #252E26 Gordons Green

📋 copy color: '#252E26'

red 37 ◦ green 46 ◦ blue 38

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

Shades of Gordons Green #252E26

Tints of Gordons Green #252E26

RGB

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

 GREEN value IS 46 (18.36% from 255) = 38.02%

 BLUE value IS 38 (15.23% from 255) = 31.4%

R = 30.58%
G = 38.02%
B = 31.4%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.17

 K value IS 0.82

RGB Variations

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

Color information

#252E26 (or 0x252E26) is known color: Gordons Green. HEX triplet: 25, 2E and 26. RGB value is (37,46,38). Sum of RGB (Red+Green+Blue) = 37+46+38=121 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.58% from 121); Green value is 46 (18.36% from 255 or 38.02% from 121); Blue value is 38 (15.23% from 255 or 31.40% from 121); Max value from RGB is 46 - color contains mainly: green. Hex color #252E26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252E26 is #DAD1D9. Grayscale: #2A2A2A. Windows color (decimal): -14340570 or 2502181. OLE color: 2502181.

HSL color Cylindrical-coordinate representation of color #252E26: hue angle of 126.67º degrees, saturation: 0.11, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #252E26 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.82.

Color convert

RGB 37 46 38 -
CMYK 0.20 0 0.17 0.82
HSL 126.67º 0.11% 0.16% -
HSV(B) 126.67º 0.2% 0.18% -
XYZ 2.09 2.49 2.2 -
YUV 42.4 125.52 124.15 -
System Red Green Blue C M Y K H S L
Decimal 37 46 38 0.20 0 0.17 0.82 126.67 0.11 0.16
Hex 25 2E 26 14 0 11 52 7F B 10
Octal 45 56 46 24 0 21 122 177 13 20
Binary 100101 101110 100110 10100 0 10001 1010010 1111111 1011 10000

Color Harmonies of #252E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252E26

Black with #252E26

Text Example


Text Example

White with #252E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252E26; }

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

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

background-color css

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

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

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

border-color css

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

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

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