Html Css Color HEX #1A1F0D Rangoon Green

📋 copy color: '#1A1F0D'

red 26 ◦ green 31 ◦ blue 13

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

Shades of Rangoon Green #1A1F0D

Tints of Rangoon Green #1A1F0D

RGB

 RED value IS 26 (10.55% from 255) = 37.14%

 GREEN value IS 31 (12.5% from 255) = 44.29%

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

R = 37.14%
G = 44.29%
B = 18.57%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.58

 K value IS 0.88

RGB Variations

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

Color information

#1A1F0D (or 0x1A1F0D) is known color: Rangoon Green. HEX triplet: 1A, 1F and 0D. RGB value is (26,31,13). Sum of RGB (Red+Green+Blue) = 26+31+13=70 (9% of max value = 765). Red value is 26 (10.55% from 255 or 37.14% from 70); Green value is 31 (12.5% from 255 or 44.29% from 70); Blue value is 13 (5.47% from 255 or 18.57% from 70); Max value from RGB is 31 - color contains mainly: green. Hex color #1A1F0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A1F0D is #E5E0F2. Grayscale: #1B1B1B. Windows color (decimal): -15065331 or 859930. OLE color: 859930.

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

Color convert

RGB 26 31 13 -
CMYK 0.16 0 0.58 0.88
HSL 76.67º 0.41% 0.09% -
HSV(B) 76.67º 0.58% 0.12% -
XYZ 0.99 1.23 0.57 -
YUV 27.45 119.84 126.96 -
System Red Green Blue C M Y K H S L
Decimal 26 31 13 0.16 0 0.58 0.88 76.67 0.41 0.09
Hex 1A 1F D 10 0 3A 58 4D 29 9
Octal 32 37 15 20 0 72 130 115 51 11
Binary 11010 11111 1101 10000 0 111010 1011000 1001101 101001 1001

Color Harmonies of #1A1F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A1F0D

Black with #1A1F0D

Text Example


Text Example

White with #1A1F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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