#264028

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

Shades of Gordons Green #264028

Tints of Gordons Green #264028

Color information

#264028 (or 0x264028) is unknown color: approx Gordons Green. HEX triplet: 26, 40 and 28. RGB value is (38,64,40). Sum of RGB (Red+Green+Blue) = 38+64+40=142 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.76% from 142); Green value is 64 (25.39% from 255 or 45.07% from 142); Blue value is 40 (16.02% from 255 or 28.17% from 142); Max value from RGB is 64 - color contains mainly: green. Hex color #264028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264028 is #D9BFD7. Grayscale: #353535. Windows color (decimal): -14270424 or 2637862. OLE color: 2637862.

HSL color Cylindrical-coordinate representation of color #264028: hue angle of 124.62º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #264028 is Cyan = 0.41, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB386440-
CMYK0.4100.380.75
HSL124.62º25.49%20%-
HSV(B)124.62º40.62%25.1%-
XYZ3.024.232.67-
YUV53.49120.39116.95-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 26.76%
GREEN value IS 64 (25.39% from 255) = 45.07%
BLUE value IS 40 (16.02% from 255) = 28.17%
R=26.76%
G=45.07%
B=28.17%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3864400.4100.380.75124.6225.4920
Hex264028290264B7d1914
Octal4610050510461131753124
Binary10011010000001010001010010100110100101111111011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264028; }

 p { color: rgb(38,64,40); }

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

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

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

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

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

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

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