Html Css Color HEX #272F14 Rangoon Green

📋 copy color: '#272F14'

red 39 ◦ green 47 ◦ blue 20

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

Shades of Rangoon Green #272F14

Tints of Rangoon Green #272F14

RGB

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

 GREEN value IS 47 (18.75% from 255) = 44.34%

 BLUE value IS 20 (8.2% from 255) = 18.87%

R = 36.79%
G = 44.34%
B = 18.87%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.57

 K value IS 0.82

RGB Variations

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

Color information

#272F14 (or 0x272F14) is known color: Rangoon Green. HEX triplet: 27, 2F and 14. RGB value is (39,47,20). Sum of RGB (Red+Green+Blue) = 39+47+20=106 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.79% from 106); Green value is 47 (18.75% from 255 or 44.34% from 106); Blue value is 20 (8.20% from 255 or 18.87% from 106); Max value from RGB is 47 - color contains mainly: green. Hex color #272F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272F14 is #D8D0EB. Grayscale: #292929. Windows color (decimal): -14209260 or 1322791. OLE color: 1322791.

HSL color Cylindrical-coordinate representation of color #272F14: hue angle of 77.78º degrees, saturation: 0.4, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #272F14 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.82.

Color convert

RGB 39 47 20 -
CMYK 0.17 0 0.57 0.82
HSL 77.78º 0.4% 0.13% -
HSV(B) 77.78º 0.57% 0.18% -
XYZ 1.98 2.51 1.04 -
YUV 41.53 115.85 126.2 -
System Red Green Blue C M Y K H S L
Decimal 39 47 20 0.17 0 0.57 0.82 77.78 0.4 0.13
Hex 27 2F 14 11 0 39 52 4E 28 D
Octal 47 57 24 21 0 71 122 116 50 15
Binary 100111 101111 10100 10001 0 111001 1010010 1001110 101000 1101

Color Harmonies of #272F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272F14

Black with #272F14

Text Example


Text Example

White with #272F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272F14; }

 p { color: rgb(39,47,20); }

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

background-color css

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

 a { background-color: rgb(39,47,20); }

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

border-color css

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

 span { border-color: rgb(39,47,20); }

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