Html Css Color HEX #1F3E07 Pine Tree

📋 copy color: '#1F3E07'

red 31 ◦ green 62 ◦ blue 7

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

Shades of Pine Tree #1F3E07

Tints of Pine Tree #1F3E07

RGB

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

 GREEN value IS 62 (24.61% from 255) = 62%

 BLUE value IS 7 (3.13% from 255) = 7%

R = 31%
G = 62%
B = 7%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.89

 K value IS 0.76

RGB Variations

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

Color information

#1F3E07 (or 0x1F3E07) is known color: Pine Tree. HEX triplet: 1F, 3E and 07. RGB value is (31,62,7). Sum of RGB (Red+Green+Blue) = 31+62+7=100 (13% of max value = 765). Red value is 31 (12.5% from 255 or 31% from 100); Green value is 62 (24.61% from 255 or 62% from 100); Blue value is 7 (3.12% from 255 or 7% from 100); Max value from RGB is 62 - color contains mainly: green. Hex color #1F3E07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3E07 is #E0C1F8. Grayscale: #2E2E2E. Windows color (decimal): -14729721 or 474655. OLE color: 474655.

HSL color Cylindrical-coordinate representation of color #1F3E07: hue angle of 93.82º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1F3E07 is Cyan = 0.5, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.76.

Color convert

RGB 31 62 7 -
CMYK 0.5 0 0.89 0.76
HSL 93.82º 0.8% 0.14% -
HSV(B) 93.82º 0.89% 0.24% -
XYZ 2.33 3.75 0.8 -
YUV 46.46 105.73 116.97 -
System Red Green Blue C M Y K H S L
Decimal 31 62 7 0.5 0 0.89 0.76 93.82 0.8 0.14
Hex 1F 3E 7 32 0 59 4C 5E 50 E
Octal 37 76 7 62 0 131 114 136 120 16
Binary 11111 111110 111 110010 0 1011001 1001100 1011110 1010000 1110

Color Harmonies of #1F3E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3E07

Black with #1F3E07

Text Example


Text Example

White with #1F3E07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,62,7); }

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

background-color css

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

 a { background-color: rgb(31,62,7); }

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

border-color css

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

 span { border-color: rgb(31,62,7); }

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