Html Css Color HEX #1B3D01 Pine Tree

📋 copy color: '#1B3D01'

red 27 ◦ green 61 ◦ blue 1

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

Shades of Pine Tree #1B3D01

Tints of Pine Tree #1B3D01

RGB

 RED value IS 27 (10.94% from 255) = 30.34%

 GREEN value IS 61 (24.22% from 255) = 68.54%

 BLUE value IS 1 (0.78% from 255) = 1.12%

R = 30.34%
G = 68.54%
B = 1.12%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.98

 K value IS 0.76

RGB Variations

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

Color information

#1B3D01 (or 0x1B3D01) is known color: Pine Tree. HEX triplet: 1B, 3D and 01. RGB value is (27,61,1). Sum of RGB (Red+Green+Blue) = 27+61+1=89 (11% of max value = 765). Red value is 27 (10.94% from 255 or 30.34% from 89); Green value is 61 (24.22% from 255 or 68.54% from 89); Blue value is 1 (0.78% from 255 or 1.12% from 89); Max value from RGB is 61 - color contains mainly: green. Hex color #1B3D01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B3D01 is #E4C2FE. Grayscale: #2C2C2C. Windows color (decimal): -14992127 or 81179. OLE color: 81179.

HSL color Cylindrical-coordinate representation of color #1B3D01: hue angle of 94º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1B3D01 is Cyan = 0.56, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.76.

Color convert

RGB 27 61 1 -
CMYK 0.56 0 0.98 0.76
HSL 94º 0.97% 0.12% -
HSV(B) 94º 0.98% 0.24% -
XYZ 2.13 3.57 0.61 -
YUV 43.99 103.74 115.88 -
System Red Green Blue C M Y K H S L
Decimal 27 61 1 0.56 0 0.98 0.76 94 0.97 0.12
Hex 1B 3D 1 38 0 62 4C 5E 61 C
Octal 33 75 1 70 0 142 114 136 141 14
Binary 11011 111101 1 111000 0 1100010 1001100 1011110 1100001 1100

Color Harmonies of #1B3D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B3D01

Black with #1B3D01

Text Example


Text Example

White with #1B3D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,61,1); }

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

background-color css

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

 a { background-color: rgb(27,61,1); }

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

border-color css

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

 span { border-color: rgb(27,61,1); }

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