Html Css Color HEX #263427 Gordons Green

📋 copy color: '#263427'

red 38 ◦ green 52 ◦ blue 39

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

Shades of Gordons Green #263427

Tints of Gordons Green #263427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 30.23%

R = 29.46%
G = 40.31%
B = 30.23%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.25

 K value IS 0.80

RGB Variations

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

Color information

#263427 (or 0x263427) is known color: Gordons Green. HEX triplet: 26, 34 and 27. RGB value is (38,52,39). Sum of RGB (Red+Green+Blue) = 38+52+39=129 (17% of max value = 765). Red value is 38 (15.23% from 255 or 29.46% from 129); Green value is 52 (20.70% from 255 or 40.31% from 129); Blue value is 39 (15.62% from 255 or 30.23% from 129); Max value from RGB is 52 - color contains mainly: green. Hex color #263427 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263427 is #D9CBD8. Grayscale: #2E2E2E. Windows color (decimal): -14273497 or 2569254. OLE color: 2569254.

HSL color Cylindrical-coordinate representation of color #263427: hue angle of 124.29º 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 #263427 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.80.

Color convert

RGB 38 52 39 -
CMYK 0.27 0 0.25 0.80
HSL 124.29º 0.16% 0.18% -
HSV(B) 124.29º 0.27% 0.2% -
XYZ 2.39 3.01 2.38 -
YUV 46.33 123.86 122.06 -
System Red Green Blue C M Y K H S L
Decimal 38 52 39 0.27 0 0.25 0.80 124.29 0.16 0.18
Hex 26 34 27 1B 0 19 50 7C 10 12
Octal 46 64 47 33 0 31 120 174 20 22
Binary 100110 110100 100111 11011 0 11001 1010000 1111100 10000 10010

Color Harmonies of #263427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263427

Black with #263427

Text Example


Text Example

White with #263427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263427; }

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

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

background-color css

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

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

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

border-color css

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

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

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