Html Css Color HEX #282C1F Rangoon Green

📋 copy color: '#282C1F'

red 40 ◦ green 44 ◦ blue 31

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

Shades of Rangoon Green #282C1F

Tints of Rangoon Green #282C1F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 38.26%

 BLUE value IS 31 (12.5% from 255) = 26.96%

R = 34.78%
G = 38.26%
B = 26.96%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.30

 K value IS 0.83

RGB Variations

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

Color information

#282C1F (or 0x282C1F) is known color: Rangoon Green. HEX triplet: 28, 2C and 1F. RGB value is (40,44,31). Sum of RGB (Red+Green+Blue) = 40+44+31=115 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.78% from 115); Green value is 44 (17.58% from 255 or 38.26% from 115); Blue value is 31 (12.5% from 255 or 26.96% from 115); Max value from RGB is 44 - color contains mainly: green. Hex color #282C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282C1F is #D7D3E0. Grayscale: #292929. Windows color (decimal): -14144481 or 2042920. OLE color: 2042920.

HSL color Cylindrical-coordinate representation of color #282C1F: hue angle of 78.46º degrees, saturation: 0.17, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #282C1F is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.83.

Color convert

RGB 40 44 31 -
CMYK 0.09 0 0.30 0.83
HSL 78.46º 0.17% 0.15% -
HSV(B) 78.46º 0.3% 0.17% -
XYZ 2.02 2.35 1.64 -
YUV 41.32 122.17 127.06 -
System Red Green Blue C M Y K H S L
Decimal 40 44 31 0.09 0 0.30 0.83 78.46 0.17 0.15
Hex 28 2C 1F 9 0 1E 53 4E 11 F
Octal 50 54 37 11 0 36 123 116 21 17
Binary 101000 101100 11111 1001 0 11110 1010011 1001110 10001 1111

Color Harmonies of #282C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #282C1F

Black with #282C1F

Text Example


Text Example

White with #282C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #282C1F; }

 p { color: rgb(40,44,31); }

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

background-color css

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

 a { background-color: rgb(40,44,31); }

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

border-color css

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

 span { border-color: rgb(40,44,31); }

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