#273D2B

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

Shades of Gordons Green #273D2B

Tints of Gordons Green #273D2B

Color information

#273D2B (or 0x273D2B) is unknown color: approx Gordons Green. HEX triplet: 27, 3D and 2B. RGB value is (39,61,43). Sum of RGB (Red+Green+Blue) = 39+61+43=143 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.27% from 143); Green value is 61 (24.22% from 255 or 42.66% from 143); Blue value is 43 (17.19% from 255 or 30.07% from 143); Max value from RGB is 61 - color contains mainly: green. Hex color #273D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273D2B is #D8C2D4. Grayscale: #343434. Windows color (decimal): -14205653 or 2833703. OLE color: 2833703.

HSL color Cylindrical-coordinate representation of color #273D2B: hue angle of 130.91º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #273D2B is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.76.

Color convert

RGB396143-
CMYK0.3600.300.76
HSL130.91º22%19.61%-
HSV(B)130.91º36.07%23.92%-
XYZ2.943.942.89-
YUV52.37122.71118.46-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.27%
GREEN value IS 61 (24.22% from 255) = 42.66%
BLUE value IS 43 (17.19% from 255) = 30.07%
R=27.27%
G=42.66%
B=30.07%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3961430.3600.300.76130.912219.61
Hex273D2B2401E4C831614
Octal477553440361142032624
Binary1001111111011010111001000111101001100100000111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273D2B; }

 p { color: rgb(39,61,43); }

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

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

 a { background-color: rgb(39,61,43); }

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

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

 span { border-color: rgb(39,61,43); }

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