Html Css Color HEX #1F260D Rangoon Green

📋 copy color: '#1F260D'

red 31 ◦ green 38 ◦ blue 13

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

Shades of Rangoon Green #1F260D

Tints of Rangoon Green #1F260D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 15.85%

R = 37.8%
G = 46.34%
B = 15.85%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.66

 K value IS 0.85

RGB Variations

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

Color information

#1F260D (or 0x1F260D) is known color: Rangoon Green. HEX triplet: 1F, 26 and 0D. RGB value is (31,38,13). Sum of RGB (Red+Green+Blue) = 31+38+13=82 (10% of max value = 765). Red value is 31 (12.5% from 255 or 37.80% from 82); Green value is 38 (15.23% from 255 or 46.34% from 82); Blue value is 13 (5.47% from 255 or 15.85% from 82); Max value from RGB is 38 - color contains mainly: green. Hex color #1F260D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F260D is #E0D9F2. Grayscale: #212121. Windows color (decimal): -14735859 or 861727. OLE color: 861727.

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

Color convert

RGB 31 38 13 -
CMYK 0.18 0 0.66 0.85
HSL 76.8º 0.49% 0.1% -
HSV(B) 76.8º 0.66% 0.15% -
XYZ 1.33 1.71 0.64 -
YUV 33.06 116.68 126.53 -
System Red Green Blue C M Y K H S L
Decimal 31 38 13 0.18 0 0.66 0.85 76.8 0.49 0.1
Hex 1F 26 D 12 0 42 55 4D 31 A
Octal 37 46 15 22 0 102 125 115 61 12
Binary 11111 100110 1101 10010 0 1000010 1010101 1001101 110001 1010

Color Harmonies of #1F260D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F260D

Black with #1F260D

Text Example


Text Example

White with #1F260D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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