Html Css Color HEX #272E14 Rangoon Green

📋 copy color: '#272E14'

red 39 ◦ green 46 ◦ blue 20

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

Shades of Rangoon Green #272E14

Tints of Rangoon Green #272E14

RGB

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

 GREEN value IS 46 (18.36% from 255) = 43.81%

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

R = 37.14%
G = 43.81%
B = 19.05%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.57

 K value IS 0.82

RGB Variations

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

Color information

#272E14 (or 0x272E14) is known color: Rangoon Green. HEX triplet: 27, 2E and 14. RGB value is (39,46,20). Sum of RGB (Red+Green+Blue) = 39+46+20=105 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.14% from 105); Green value is 46 (18.36% from 255 or 43.81% from 105); Blue value is 20 (8.20% from 255 or 19.05% from 105); Max value from RGB is 46 - color contains mainly: green. Hex color #272E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272E14 is #D8D1EB. Grayscale: #292929. Windows color (decimal): -14209516 or 1322535. OLE color: 1322535.

HSL color Cylindrical-coordinate representation of color #272E14: hue angle of 76.15º degrees, saturation: 0.39, 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 #272E14 is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.82.

Color convert

RGB 39 46 20 -
CMYK 0.15 0 0.57 0.82
HSL 76.15º 0.39% 0.13% -
HSV(B) 76.15º 0.57% 0.18% -
XYZ 1.94 2.44 1.03 -
YUV 40.94 116.18 126.61 -
System Red Green Blue C M Y K H S L
Decimal 39 46 20 0.15 0 0.57 0.82 76.15 0.39 0.13
Hex 27 2E 14 F 0 39 52 4C 27 D
Octal 47 56 24 17 0 71 122 114 47 15
Binary 100111 101110 10100 1111 0 111001 1010010 1001100 100111 1101

Color Harmonies of #272E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272E14

Black with #272E14

Text Example


Text Example

White with #272E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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