Html Css Color HEX #283014 Rangoon Green

📋 copy color: '#283014'

red 40 ◦ green 48 ◦ blue 20

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

Shades of Rangoon Green #283014

Tints of Rangoon Green #283014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 18.52%

R = 37.04%
G = 44.44%
B = 18.52%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.58

 K value IS 0.81

RGB Variations

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

Color information

#283014 (or 0x283014) is known color: Rangoon Green. HEX triplet: 28, 30 and 14. RGB value is (40,48,20). Sum of RGB (Red+Green+Blue) = 40+48+20=108 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.04% from 108); Green value is 48 (19.14% from 255 or 44.44% from 108); Blue value is 20 (8.20% from 255 or 18.52% from 108); Max value from RGB is 48 - color contains mainly: green. Hex color #283014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #283014 is #D7CFEB. Grayscale: #2A2A2A. Windows color (decimal): -14143468 or 1323048. OLE color: 1323048.

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

Color convert

RGB 40 48 20 -
CMYK 0.17 0 0.58 0.81
HSL 77.14º 0.41% 0.13% -
HSV(B) 77.14º 0.58% 0.19% -
XYZ 2.06 2.62 1.06 -
YUV 42.42 115.35 126.28 -
System Red Green Blue C M Y K H S L
Decimal 40 48 20 0.17 0 0.58 0.81 77.14 0.41 0.13
Hex 28 30 14 11 0 3A 51 4D 29 D
Octal 50 60 24 21 0 72 121 115 51 15
Binary 101000 110000 10100 10001 0 111010 1010001 1001101 101001 1101

Color Harmonies of #283014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283014

Black with #283014

Text Example


Text Example

White with #283014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283014; }

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

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

background-color css

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

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

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

border-color css

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

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

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