Html Css Color HEX #283013 Rangoon Green

📋 copy color: '#283013'

red 40 ◦ green 48 ◦ blue 19

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

Shades of Rangoon Green #283013

Tints of Rangoon Green #283013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 17.76%

R = 37.38%
G = 44.86%
B = 17.76%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.60

 K value IS 0.81

RGB Variations

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

Color information

#283013 (or 0x283013) is known color: Rangoon Green. HEX triplet: 28, 30 and 13. RGB value is (40,48,19). Sum of RGB (Red+Green+Blue) = 40+48+19=107 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.38% from 107); Green value is 48 (19.14% from 255 or 44.86% from 107); Blue value is 19 (7.81% from 255 or 17.76% from 107); Max value from RGB is 48 - color contains mainly: green. Hex color #283013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #283013 is #D7CFEC. Grayscale: #2A2A2A. Windows color (decimal): -14143469 or 1257512. OLE color: 1257512.

HSL color Cylindrical-coordinate representation of color #283013: hue angle of 76.55º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #283013 is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.81.

Color convert

RGB 40 48 19 -
CMYK 0.17 0 0.60 0.81
HSL 76.55º 0.43% 0.13% -
HSV(B) 76.55º 0.6% 0.19% -
XYZ 2.05 2.61 1.01 -
YUV 42.3 114.85 126.36 -
System Red Green Blue C M Y K H S L
Decimal 40 48 19 0.17 0 0.60 0.81 76.55 0.43 0.13
Hex 28 30 13 11 0 3C 51 4D 2B D
Octal 50 60 23 21 0 74 121 115 53 15
Binary 101000 110000 10011 10001 0 111100 1010001 1001101 101011 1101

Color Harmonies of #283013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283013

Black with #283013

Text Example


Text Example

White with #283013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283013; }

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

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

background-color css

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

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

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

border-color css

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

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

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