Html Css Color HEX #263428 Gordons Green

📋 copy color: '#263428'

red 38 ◦ green 52 ◦ blue 40

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

Shades of Gordons Green #263428

Tints of Gordons Green #263428

RGB

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

 GREEN value IS 52 (20.7% from 255) = 40%

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

R = 29.23%
G = 40%
B = 30.77%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.23

 K value IS 0.80

RGB Variations

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

Color information

#263428 (or 0x263428) is known color: Gordons Green. HEX triplet: 26, 34 and 28. RGB value is (38,52,40). Sum of RGB (Red+Green+Blue) = 38+52+40=130 (17% of max value = 765). Red value is 38 (15.23% from 255 or 29.23% from 130); Green value is 52 (20.70% from 255 or 40% from 130); Blue value is 40 (16.02% from 255 or 30.77% from 130); Max value from RGB is 52 - color contains mainly: green. Hex color #263428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263428 is #D9CBD7. Grayscale: #2E2E2E. Windows color (decimal): -14273496 or 2634790. OLE color: 2634790.

HSL color Cylindrical-coordinate representation of color #263428: hue angle of 128.57º degrees, saturation: 0.16, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #263428 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.80.

Color convert

RGB 38 52 40 -
CMYK 0.27 0 0.23 0.80
HSL 128.57º 0.16% 0.18% -
HSV(B) 128.57º 0.27% 0.2% -
XYZ 2.41 3.02 2.46 -
YUV 46.45 124.36 121.98 -
System Red Green Blue C M Y K H S L
Decimal 38 52 40 0.27 0 0.23 0.80 128.57 0.16 0.18
Hex 26 34 28 1B 0 17 50 81 10 12
Octal 46 64 50 33 0 27 120 201 20 22
Binary 100110 110100 101000 11011 0 10111 1010000 10000001 10000 10010

Color Harmonies of #263428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263428

Black with #263428

Text Example


Text Example

White with #263428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263428; }

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

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

background-color css

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

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

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

border-color css

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

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

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