Html Css Color HEX #264029 Gordons Green

📋 copy color: '#264029'

red 38 ◦ green 64 ◦ blue 41

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

Shades of Gordons Green #264029

Tints of Gordons Green #264029

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 value IS 0.41

 M value IS 0

 Y value IS 0.36

 K value IS 0.75

RGB Variations

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

Color information

#264029 (or 0x264029) is known color: 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

RGB 38 64 41 -
CMYK 0.41 0 0.36 0.75
HSL 126.92º 0.25% 0.2% -
HSV(B) 126.92º 0.41% 0.25% -
XYZ 3.03 4.24 2.76 -
YUV 53.6 120.89 116.87 -
System Red Green Blue C M Y K H S L
Decimal 38 64 41 0.41 0 0.36 0.75 126.92 0.25 0.2
Hex 26 40 29 29 0 24 4B 7F 19 14
Octal 46 100 51 51 0 44 113 177 31 24
Binary 100110 1000000 101001 101001 0 100100 1001011 1111111 11001 10100

Color Harmonies of #264029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264029

Black with #264029

Text Example


Text Example

White with #264029

Text Example


Text Example

HTML Codes & Css Web 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>