Html Css Color HEX #273012 Rangoon Green

📋 copy color: '#273012'

red 39 ◦ green 48 ◦ blue 18

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

Shades of Rangoon Green #273012

Tints of Rangoon Green #273012

RGB

 RED value IS 39 (15.63% from 255) = 37.14%

 GREEN value IS 48 (19.14% from 255) = 45.71%

 BLUE value IS 18 (7.42% from 255) = 17.14%

R = 37.14%
G = 45.71%
B = 17.14%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.63

 K value IS 0.81

RGB Variations

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

Color information

#273012 (or 0x273012) is known color: Rangoon Green. HEX triplet: 27, 30 and 12. RGB value is (39,48,18). Sum of RGB (Red+Green+Blue) = 39+48+18=105 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.14% from 105); Green value is 48 (19.14% from 255 or 45.71% from 105); Blue value is 18 (7.42% from 255 or 17.14% from 105); Max value from RGB is 48 - color contains mainly: green. Hex color #273012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273012 is #D8CFED. Grayscale: #292929. Windows color (decimal): -14209006 or 1191975. OLE color: 1191975.

HSL color Cylindrical-coordinate representation of color #273012: hue angle of 78º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #273012 is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.81.

Color convert

RGB 39 48 18 -
CMYK 0.19 0 0.63 0.81
HSL 78º 0.45% 0.13% -
HSV(B) 78º 0.63% 0.19% -
XYZ 2 2.59 0.97 -
YUV 41.89 114.52 125.94 -
System Red Green Blue C M Y K H S L
Decimal 39 48 18 0.19 0 0.63 0.81 78 0.45 0.13
Hex 27 30 12 13 0 3F 51 4E 2D D
Octal 47 60 22 23 0 77 121 116 55 15
Binary 100111 110000 10010 10011 0 111111 1010001 1001110 101101 1101

Color Harmonies of #273012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273012

Black with #273012

Text Example


Text Example

White with #273012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273012; }

 p { color: rgb(39,48,18); }

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

background-color css

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

 a { background-color: rgb(39,48,18); }

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

border-color css

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

 span { border-color: rgb(39,48,18); }

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