#252F26

Color #252F26 Gordons Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gordons Green #252F26

Tints of Gordons Green #252F26

Color information

#252F26 (or 0x252F26) is unknown color: approx Gordons Green. HEX triplet: 25, 2F and 26. RGB value is (37,47,38). Sum of RGB (Red+Green+Blue) = 37+47+38=122 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.33% from 122); Green value is 47 (18.75% from 255 or 38.52% from 122); Blue value is 38 (15.23% from 255 or 31.15% from 122); Max value from RGB is 47 - color contains mainly: green. Hex color #252F26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252F26 is #DAD0D9. Grayscale: #2B2B2B. Windows color (decimal): -14340314 or 2502437. OLE color: 2502437.

HSL color Cylindrical-coordinate representation of color #252F26: hue angle of 126º degrees, saturation: 0.12, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #252F26 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.82.

Color convert

RGB374738-
CMYK0.2100.190.82
HSL126º11.9%16.47%-
HSV(B)126º21.28%18.43%-
XYZ2.132.572.22-
YUV42.98125.19123.73-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 30.33%
GREEN value IS 47 (18.75% from 255) = 38.52%
BLUE value IS 38 (15.23% from 255) = 31.15%
R=30.33%
G=38.52%
B=31.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3747380.2100.190.8212611.916.47
Hex252F2615013527ec10
Octal455746250231221761420
Binary1001011011111001101010101001110100101111110110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #252F26;
 }
 .AnyTagClassName
 {
   color: #252F26;
 }
</style>
background-color css

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

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

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

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

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

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