Html Css Color HEX #28310F Rangoon Green

📋 copy color: '#28310F'

red 40 ◦ green 49 ◦ blue 15

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

Shades of Rangoon Green #28310F

Tints of Rangoon Green #28310F

RGB

 RED value IS 40 (16.02% from 255) = 38.46%

 GREEN value IS 49 (19.53% from 255) = 47.12%

 BLUE value IS 15 (6.25% from 255) = 14.42%

R = 38.46%
G = 47.12%
B = 14.42%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.69

 K value IS 0.81

RGB Variations

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

Color information

#28310F (or 0x28310F) is known color: Rangoon Green. HEX triplet: 28, 31 and 0F. RGB value is (40,49,15). Sum of RGB (Red+Green+Blue) = 40+49+15=104 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.46% from 104); Green value is 49 (19.53% from 255 or 47.12% from 104); Blue value is 15 (6.25% from 255 or 14.42% from 104); Max value from RGB is 49 - color contains mainly: green. Hex color #28310F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28310F is #D7CEF0. Grayscale: #2A2A2A. Windows color (decimal): -14143217 or 995624. OLE color: 995624.

HSL color Cylindrical-coordinate representation of color #28310F: hue angle of 75.88º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #28310F is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.81.

Color convert

RGB 40 49 15 -
CMYK 0.18 0 0.69 0.81
HSL 75.88º 0.53% 0.13% -
HSV(B) 75.88º 0.69% 0.19% -
XYZ 2.06 2.68 0.86 -
YUV 42.43 112.52 126.26 -
System Red Green Blue C M Y K H S L
Decimal 40 49 15 0.18 0 0.69 0.81 75.88 0.53 0.13
Hex 28 31 F 12 0 45 51 4C 35 D
Octal 50 61 17 22 0 105 121 114 65 15
Binary 101000 110001 1111 10010 0 1000101 1010001 1001100 110101 1101

Color Harmonies of #28310F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28310F

Black with #28310F

Text Example


Text Example

White with #28310F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28310F; }

 p { color: rgb(40,49,15); }

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

background-color css

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

 a { background-color: rgb(40,49,15); }

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

border-color css

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

 span { border-color: rgb(40,49,15); }

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