Html Css Color HEX #2F361F Rangoon Green

📋 copy color: '#2F361F'

red 47 ◦ green 54 ◦ blue 31

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

Shades of Rangoon Green #2F361F

Tints of Rangoon Green #2F361F

RGB

 RED value IS 47 (18.75% from 255) = 35.61%

 GREEN value IS 54 (21.48% from 255) = 40.91%

 BLUE value IS 31 (12.5% from 255) = 23.48%

R = 35.61%
G = 40.91%
B = 23.48%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.43

 K value IS 0.79

RGB Variations

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

Color information

#2F361F (or 0x2F361F) is known color: Rangoon Green. HEX triplet: 2F, 36 and 1F. RGB value is (47,54,31). Sum of RGB (Red+Green+Blue) = 47+54+31=132 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.61% from 132); Green value is 54 (21.48% from 255 or 40.91% from 132); Blue value is 31 (12.5% from 255 or 23.48% from 132); Max value from RGB is 54 - color contains mainly: green. Hex color #2F361F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F361F is #D0C9E0. Grayscale: #313131. Windows color (decimal): -13683169 or 2045487. OLE color: 2045487.

HSL color Cylindrical-coordinate representation of color #2F361F: hue angle of 78.26º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2F361F is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.79.

Color convert

RGB 47 54 31 -
CMYK 0.13 0 0.43 0.79
HSL 78.26º 0.27% 0.17% -
HSV(B) 78.26º 0.43% 0.21% -
XYZ 2.74 3.34 1.8 -
YUV 49.29 117.68 126.37 -
System Red Green Blue C M Y K H S L
Decimal 47 54 31 0.13 0 0.43 0.79 78.26 0.27 0.17
Hex 2F 36 1F D 0 2B 4F 4E 1B 11
Octal 57 66 37 15 0 53 117 116 33 21
Binary 101111 110110 11111 1101 0 101011 1001111 1001110 11011 10001

Color Harmonies of #2F361F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F361F

Black with #2F361F

Text Example


Text Example

White with #2F361F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F361F; }

 p { color: rgb(47,54,31); }

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

background-color css

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

 a { background-color: rgb(47,54,31); }

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

border-color css

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

 span { border-color: rgb(47,54,31); }

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