Html Css Color HEX #28300F Rangoon Green

📋 copy color: '#28300F'

red 40 ◦ green 48 ◦ blue 15

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

Shades of Rangoon Green #28300F

Tints of Rangoon Green #28300F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 46.6%

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

R = 38.83%
G = 46.6%
B = 14.56%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.69

 K value IS 0.81

RGB Variations

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

Color information

#28300F (or 0x28300F) is known color: Rangoon Green. HEX triplet: 28, 30 and 0F. RGB value is (40,48,15). Sum of RGB (Red+Green+Blue) = 40+48+15=103 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.83% from 103); Green value is 48 (19.14% from 255 or 46.60% from 103); Blue value is 15 (6.25% from 255 or 14.56% from 103); Max value from RGB is 48 - color contains mainly: green. Hex color #28300F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28300F is #D7CFF0. Grayscale: #292929. Windows color (decimal): -14143473 or 995368. OLE color: 995368.

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

Color convert

RGB 40 48 15 -
CMYK 0.17 0 0.69 0.81
HSL 74.55º 0.52% 0.12% -
HSV(B) 74.55º 0.69% 0.19% -
XYZ 2.02 2.6 0.85 -
YUV 41.85 112.85 126.68 -
System Red Green Blue C M Y K H S L
Decimal 40 48 15 0.17 0 0.69 0.81 74.55 0.52 0.12
Hex 28 30 F 11 0 45 51 4B 34 C
Octal 50 60 17 21 0 105 121 113 64 14
Binary 101000 110000 1111 10001 0 1000101 1010001 1001011 110100 1100

Color Harmonies of #28300F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28300F

Black with #28300F

Text Example


Text Example

White with #28300F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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