Html Css Color HEX #28320F Rangoon Green

📋 copy color: '#28320F'

red 40 ◦ green 50 ◦ blue 15

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

Shades of Rangoon Green #28320F

Tints of Rangoon Green #28320F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 47.62%

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

R = 38.1%
G = 47.62%
B = 14.29%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.70

 K value IS 0.80

RGB Variations

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

Color information

#28320F (or 0x28320F) is known color: Rangoon Green. HEX triplet: 28, 32 and 0F. RGB value is (40,50,15). Sum of RGB (Red+Green+Blue) = 40+50+15=105 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.10% from 105); Green value is 50 (19.92% from 255 or 47.62% from 105); Blue value is 15 (6.25% from 255 or 14.29% from 105); Max value from RGB is 50 - color contains mainly: green. Hex color #28320F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28320F is #D7CDF0. Grayscale: #2B2B2B. Windows color (decimal): -14142961 or 995880. OLE color: 995880.

HSL color Cylindrical-coordinate representation of color #28320F: hue angle of 77.14º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #28320F is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.80.

Color convert

RGB 40 50 15 -
CMYK 0.20 0 0.70 0.80
HSL 77.14º 0.54% 0.13% -
HSV(B) 77.14º 0.7% 0.2% -
XYZ 2.1 2.77 0.88 -
YUV 43.02 112.19 125.85 -
System Red Green Blue C M Y K H S L
Decimal 40 50 15 0.20 0 0.70 0.80 77.14 0.54 0.13
Hex 28 32 F 14 0 46 50 4D 36 D
Octal 50 62 17 24 0 106 120 115 66 15
Binary 101000 110010 1111 10100 0 1000110 1010000 1001101 110110 1101

Color Harmonies of #28320F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28320F

Black with #28320F

Text Example


Text Example

White with #28320F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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