Html Css Color HEX #263C28 Gordons Green

📋 copy color: '#263C28'

red 38 ◦ green 60 ◦ blue 40

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

Shades of Gordons Green #263C28

Tints of Gordons Green #263C28

RGB

 RED value IS 38 (15.23% from 255) = 27.54%

 GREEN value IS 60 (23.83% from 255) = 43.48%

 BLUE value IS 40 (16.02% from 255) = 28.99%

R = 27.54%
G = 43.48%
B = 28.99%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.33

 K value IS 0.76

RGB Variations

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

Color information

#263C28 (or 0x263C28) is known color: Gordons Green. HEX triplet: 26, 3C and 28. RGB value is (38,60,40). Sum of RGB (Red+Green+Blue) = 38+60+40=138 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.54% from 138); Green value is 60 (23.83% from 255 or 43.48% from 138); Blue value is 40 (16.02% from 255 or 28.99% from 138); Max value from RGB is 60 - color contains mainly: green. Hex color #263C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263C28 is #D9C3D7. Grayscale: #333333. Windows color (decimal): -14271448 or 2636838. OLE color: 2636838.

HSL color Cylindrical-coordinate representation of color #263C28: hue angle of 125.45º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #263C28 is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.76.

Color convert

RGB 38 60 40 -
CMYK 0.37 0 0.33 0.76
HSL 125.45º 0.22% 0.19% -
HSV(B) 125.45º 0.37% 0.24% -
XYZ 2.8 3.8 2.59 -
YUV 51.14 121.71 118.63 -
System Red Green Blue C M Y K H S L
Decimal 38 60 40 0.37 0 0.33 0.76 125.45 0.22 0.19
Hex 26 3C 28 25 0 21 4C 7D 16 13
Octal 46 74 50 45 0 41 114 175 26 23
Binary 100110 111100 101000 100101 0 100001 1001100 1111101 10110 10011

Color Harmonies of #263C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263C28

Black with #263C28

Text Example


Text Example

White with #263C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263C28; }

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

 H1.HeaderClassName
 {
   color: #263C28;
 }
 .AnyTagClassName
 {
   color: #263C28;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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