Html Css Color HEX #283012 Rangoon Green

📋 copy color: '#283012'

red 40 ◦ green 48 ◦ blue 18

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

Shades of Rangoon Green #283012

Tints of Rangoon Green #283012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 16.98%

R = 37.74%
G = 45.28%
B = 16.98%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.63

 K value IS 0.81

RGB Variations

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

Color information

#283012 (or 0x283012) is known color: Rangoon Green. HEX triplet: 28, 30 and 12. RGB value is (40,48,18). Sum of RGB (Red+Green+Blue) = 40+48+18=106 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.74% from 106); Green value is 48 (19.14% from 255 or 45.28% from 106); Blue value is 18 (7.42% from 255 or 16.98% from 106); Max value from RGB is 48 - color contains mainly: green. Hex color #283012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #283012 is #D7CFED. Grayscale: #2A2A2A. Windows color (decimal): -14143470 or 1191976. OLE color: 1191976.

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

Color convert

RGB 40 48 18 -
CMYK 0.17 0 0.63 0.81
HSL 76º 0.45% 0.13% -
HSV(B) 76º 0.63% 0.19% -
XYZ 2.04 2.61 0.97 -
YUV 42.19 114.35 126.44 -
System Red Green Blue C M Y K H S L
Decimal 40 48 18 0.17 0 0.63 0.81 76 0.45 0.13
Hex 28 30 12 11 0 3F 51 4C 2D D
Octal 50 60 22 21 0 77 121 114 55 15
Binary 101000 110000 10010 10001 0 111111 1010001 1001100 101101 1101

Color Harmonies of #283012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283012

Black with #283012

Text Example


Text Example

White with #283012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283012; }

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

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

background-color css

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

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

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

border-color css

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

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

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