#264029

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

Shades of Gordons Green #264029

Tints of Gordons Green #264029

Color information

#264029 (or 0x264029) is unknown color: approx Gordons Green. HEX triplet: 26, 40 and 29. RGB value is (38,64,41). Sum of RGB (Red+Green+Blue) = 38+64+41=143 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.57% from 143); Green value is 64 (25.39% from 255 or 44.76% from 143); Blue value is 41 (16.41% from 255 or 28.67% from 143); Max value from RGB is 64 - color contains mainly: green. Hex color #264029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264029 is #D9BFD6. Grayscale: #353535. Windows color (decimal): -14270423 or 2703398. OLE color: 2703398.

HSL color Cylindrical-coordinate representation of color #264029: hue angle of 126.92º 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 #264029 is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.75.

Color convert

RGB386441-
CMYK0.4100.360.75
HSL126.92º25.49%20%-
HSV(B)126.92º40.62%25.1%-
XYZ3.034.242.76-
YUV53.6120.89116.87-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 26.57%
GREEN value IS 64 (25.39% from 255) = 44.76%
BLUE value IS 41 (16.41% from 255) = 28.67%
R=26.57%
G=44.76%
B=28.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3864410.4100.360.75126.9225.4920
Hex264029290244B7f1914
Octal4610051510441131773124
Binary10011010000001010011010010100100100101111111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264029; }

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

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

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

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

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

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

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

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