#27402A

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

Shades of Gordons Green #27402A

Tints of Gordons Green #27402A

Color information

#27402A (or 0x27402A) is unknown color: approx Gordons Green. HEX triplet: 27, 40 and 2A. RGB value is (39,64,42). Sum of RGB (Red+Green+Blue) = 39+64+42=145 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.90% from 145); Green value is 64 (25.39% from 255 or 44.14% from 145); Blue value is 42 (16.80% from 255 or 28.97% from 145); Max value from RGB is 64 - color contains mainly: green. Hex color #27402A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27402A is #D8BFD5. Grayscale: #363636. Windows color (decimal): -14204886 or 2768935. OLE color: 2768935.

HSL color Cylindrical-coordinate representation of color #27402A: hue angle of 127.2º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #27402A is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.

Color convert

RGB396442-
CMYK0.3900.340.75
HSL127.2º24.27%20.2%-
HSV(B)127.2º39.06%25.1%-
XYZ3.094.272.85-
YUV54.02121.22117.29-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26.90%
GREEN value IS 64 (25.39% from 255) = 44.14%
BLUE value IS 42 (16.80% from 255) = 28.97%
R=26.90%
G=44.14%
B=28.97%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3964420.3900.340.75127.224.2720.2
Hex27402A270224B7f1814
Octal4710052470421131773024
Binary10011110000001010101001110100010100101111111111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27402A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27402A; }

 p { color: rgb(39,64,42); }

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

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

 a { background-color: rgb(39,64,42); }

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

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

 span { border-color: rgb(39,64,42); }

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