Html Css Color HEX #273D2B Gordons Green

📋 copy color: '#273D2B'

red 39 ◦ green 61 ◦ blue 43

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

Shades of Gordons Green #273D2B

Tints of Gordons Green #273D2B

RGB

 RED value IS 39 (15.63% 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 value IS 0.36

 M value IS 0

 Y value IS 0.30

 K value IS 0.76

RGB Variations

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

Color information

#273D2B (or 0x273D2B) is known color: 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

RGB 39 61 43 -
CMYK 0.36 0 0.30 0.76
HSL 130.91º 0.22% 0.2% -
HSV(B) 130.91º 0.36% 0.24% -
XYZ 2.94 3.94 2.89 -
YUV 52.37 122.71 118.46 -
System Red Green Blue C M Y K H S L
Decimal 39 61 43 0.36 0 0.30 0.76 130.91 0.22 0.2
Hex 27 3D 2B 24 0 1E 4C 83 16 14
Octal 47 75 53 44 0 36 114 203 26 24
Binary 100111 111101 101011 100100 0 11110 1001100 10000011 10110 10100

Color Harmonies of #273D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273D2B

Black with #273D2B

Text Example


Text Example

White with #273D2B

Text Example


Text Example

HTML Codes & Css Web 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>