Html Css Color HEX #1F260B Rangoon Green

📋 copy color: '#1F260B'

red 31 ◦ green 38 ◦ blue 11

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

Shades of Rangoon Green #1F260B

Tints of Rangoon Green #1F260B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 13.75%

R = 38.75%
G = 47.5%
B = 13.75%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.71

 K value IS 0.85

RGB Variations

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

Color information

#1F260B (or 0x1F260B) is known color: Rangoon Green. HEX triplet: 1F, 26 and 0B. RGB value is (31,38,11). Sum of RGB (Red+Green+Blue) = 31+38+11=80 (10% of max value = 765). Red value is 31 (12.5% from 255 or 38.75% from 80); Green value is 38 (15.23% from 255 or 47.5% from 80); Blue value is 11 (4.69% from 255 or 13.75% from 80); Max value from RGB is 38 - color contains mainly: green. Hex color #1F260B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F260B is #E0D9F4. Grayscale: #202020. Windows color (decimal): -14735861 or 730655. OLE color: 730655.

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

Color convert

RGB 31 38 11 -
CMYK 0.18 0 0.71 0.85
HSL 75.56º 0.55% 0.1% -
HSV(B) 75.56º 0.71% 0.15% -
XYZ 1.32 1.7 0.58 -
YUV 32.83 115.68 126.7 -
System Red Green Blue C M Y K H S L
Decimal 31 38 11 0.18 0 0.71 0.85 75.56 0.55 0.1
Hex 1F 26 B 12 0 47 55 4C 37 A
Octal 37 46 13 22 0 107 125 114 67 12
Binary 11111 100110 1011 10010 0 1000111 1010101 1001100 110111 1010

Color Harmonies of #1F260B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F260B

Black with #1F260B

Text Example


Text Example

White with #1F260B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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