Html Css Color HEX #1F260A Rangoon Green

📋 copy color: '#1F260A'

red 31 ◦ green 38 ◦ blue 10

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

Shades of Rangoon Green #1F260A

Tints of Rangoon Green #1F260A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 48.1%

 BLUE value IS 10 (4.3% from 255) = 12.66%

R = 39.24%
G = 48.1%
B = 12.66%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.74

 K value IS 0.85

RGB Variations

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

Color information

#1F260A (or 0x1F260A) is known color: Rangoon Green. HEX triplet: 1F, 26 and 0A. RGB value is (31,38,10). Sum of RGB (Red+Green+Blue) = 31+38+10=79 (10% of max value = 765). Red value is 31 (12.5% from 255 or 39.24% from 79); Green value is 38 (15.23% from 255 or 48.10% from 79); Blue value is 10 (4.30% from 255 or 12.66% from 79); Max value from RGB is 38 - color contains mainly: green. Hex color #1F260A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F260A is #E0D9F5. Grayscale: #202020. Windows color (decimal): -14735862 or 665119. OLE color: 665119.

HSL color Cylindrical-coordinate representation of color #1F260A: hue angle of 75º degrees, saturation: 0.58, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F260A is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.85.

Color convert

RGB 31 38 10 -
CMYK 0.18 0 0.74 0.85
HSL 75º 0.58% 0.09% -
HSV(B) 75º 0.74% 0.15% -
XYZ 1.31 1.7 0.55 -
YUV 32.72 115.18 126.78 -
System Red Green Blue C M Y K H S L
Decimal 31 38 10 0.18 0 0.74 0.85 75 0.58 0.09
Hex 1F 26 A 12 0 4A 55 4B 3A 9
Octal 37 46 12 22 0 112 125 113 72 11
Binary 11111 100110 1010 10010 0 1001010 1010101 1001011 111010 1001

Color Harmonies of #1F260A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F260A

Black with #1F260A

Text Example


Text Example

White with #1F260A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,38,10); }

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

background-color css

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

 a { background-color: rgb(31,38,10); }

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

border-color css

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

 span { border-color: rgb(31,38,10); }

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