Html Css Color HEX #1F3A03 Pine Tree

📋 copy color: '#1F3A03'

red 31 ◦ green 58 ◦ blue 3

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

Shades of Pine Tree #1F3A03

Tints of Pine Tree #1F3A03

RGB

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

 GREEN value IS 58 (23.05% from 255) = 63.04%

 BLUE value IS 3 (1.56% from 255) = 3.26%

R = 33.7%
G = 63.04%
B = 3.26%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.95

 K value IS 0.77

RGB Variations

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

Color information

#1F3A03 (or 0x1F3A03) is known color: Pine Tree. HEX triplet: 1F, 3A and 03. RGB value is (31,58,3). Sum of RGB (Red+Green+Blue) = 31+58+3=92 (12% of max value = 765). Red value is 31 (12.5% from 255 or 33.70% from 92); Green value is 58 (23.05% from 255 or 63.04% from 92); Blue value is 3 (1.56% from 255 or 3.26% from 92); Max value from RGB is 58 - color contains mainly: green. Hex color #1F3A03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3A03 is #E0C5FC. Grayscale: #2B2B2B. Windows color (decimal): -14730749 or 211487. OLE color: 211487.

HSL color Cylindrical-coordinate representation of color #1F3A03: hue angle of 89.45º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1F3A03 is Cyan = 0.47, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.77.

Color convert

RGB 31 58 3 -
CMYK 0.47 0 0.95 0.77
HSL 89.45º 0.9% 0.12% -
HSV(B) 89.45º 0.95% 0.23% -
XYZ 2.09 3.32 0.62 -
YUV 43.66 105.05 118.97 -
System Red Green Blue C M Y K H S L
Decimal 31 58 3 0.47 0 0.95 0.77 89.45 0.9 0.12
Hex 1F 3A 3 2F 0 5F 4D 59 5A C
Octal 37 72 3 57 0 137 115 131 132 14
Binary 11111 111010 11 101111 0 1011111 1001101 1011001 1011010 1100

Color Harmonies of #1F3A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3A03

Black with #1F3A03

Text Example


Text Example

White with #1F3A03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,58,3); }

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

background-color css

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

 a { background-color: rgb(31,58,3); }

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

border-color css

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

 span { border-color: rgb(31,58,3); }

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