Html Css Color HEX #273813 Pine Tree

📋 copy color: '#273813'

red 39 ◦ green 56 ◦ blue 19

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

Shades of Pine Tree #273813

Tints of Pine Tree #273813

RGB

 RED value IS 39 (15.63% from 255) = 34.21%

 GREEN value IS 56 (22.27% from 255) = 49.12%

 BLUE value IS 19 (7.81% from 255) = 16.67%

R = 34.21%
G = 49.12%
B = 16.67%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.66

 K value IS 0.78

RGB Variations

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

Color information

#273813 (or 0x273813) is known color: Pine Tree. HEX triplet: 27, 38 and 13. RGB value is (39,56,19). Sum of RGB (Red+Green+Blue) = 39+56+19=114 (15% of max value = 765). Red value is 39 (15.62% from 255 or 34.21% from 114); Green value is 56 (22.27% from 255 or 49.12% from 114); Blue value is 19 (7.81% from 255 or 16.67% from 114); Max value from RGB is 56 - color contains mainly: green. Hex color #273813 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273813 is #D8C7EC. Grayscale: #2E2E2E. Windows color (decimal): -14206957 or 1259559. OLE color: 1259559.

HSL color Cylindrical-coordinate representation of color #273813: hue angle of 87.57º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #273813 is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.78.

Color convert

RGB 39 56 19 -
CMYK 0.30 0 0.66 0.78
HSL 87.57º 0.49% 0.15% -
HSV(B) 87.57º 0.66% 0.22% -
XYZ 2.37 3.31 1.13 -
YUV 46.7 112.37 122.51 -
System Red Green Blue C M Y K H S L
Decimal 39 56 19 0.30 0 0.66 0.78 87.57 0.49 0.15
Hex 27 38 13 1E 0 42 4E 58 31 F
Octal 47 70 23 36 0 102 116 130 61 17
Binary 100111 111000 10011 11110 0 1000010 1001110 1011000 110001 1111

Color Harmonies of #273813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273813

Black with #273813

Text Example


Text Example

White with #273813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273813; }

 p { color: rgb(39,56,19); }

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

background-color css

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

 a { background-color: rgb(39,56,19); }

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

border-color css

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

 span { border-color: rgb(39,56,19); }

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