Html Css Color HEX #1F2805 Rangoon Green

📋 copy color: '#1F2805'

red 31 ◦ green 40 ◦ blue 5

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

Shades of Rangoon Green #1F2805

Tints of Rangoon Green #1F2805

RGB

 RED value IS 31 (12.5% from 255) = 40.79%

 GREEN value IS 40 (16.02% from 255) = 52.63%

 BLUE value IS 5 (2.34% from 255) = 6.58%

R = 40.79%
G = 52.63%
B = 6.58%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.88

 K value IS 0.84

RGB Variations

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

Color information

#1F2805 (or 0x1F2805) is known color: Rangoon Green. HEX triplet: 1F, 28 and 05. RGB value is (31,40,5). Sum of RGB (Red+Green+Blue) = 31+40+5=76 (10% of max value = 765). Red value is 31 (12.5% from 255 or 40.79% from 76); Green value is 40 (16.02% from 255 or 52.63% from 76); Blue value is 5 (2.34% from 255 or 6.58% from 76); Max value from RGB is 40 - color contains mainly: green. Hex color #1F2805 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2805 is #E0D7FA. Grayscale: #212121. Windows color (decimal): -14735355 or 337951. OLE color: 337951.

HSL color Cylindrical-coordinate representation of color #1F2805: hue angle of 75.43º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F2805 is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.84.

Color convert

RGB 31 40 5 -
CMYK 0.22 0 0.88 0.84
HSL 75.43º 0.78% 0.09% -
HSV(B) 75.43º 0.88% 0.16% -
XYZ 1.35 1.82 0.42 -
YUV 33.32 112.02 126.35 -
System Red Green Blue C M Y K H S L
Decimal 31 40 5 0.22 0 0.88 0.84 75.43 0.78 0.09
Hex 1F 28 5 16 0 58 54 4B 4E 9
Octal 37 50 5 26 0 130 124 113 116 11
Binary 11111 101000 101 10110 0 1011000 1010100 1001011 1001110 1001

Color Harmonies of #1F2805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2805

Black with #1F2805

Text Example


Text Example

White with #1F2805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F2805; }

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

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

background-color css

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

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

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

border-color css

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

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

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