Html Css Color HEX #273E0D Pine Tree

📋 copy color: '#273E0D'

red 39 ◦ green 62 ◦ blue 13

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

Shades of Pine Tree #273E0D

Tints of Pine Tree #273E0D

RGB

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

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

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

R = 34.21%
G = 54.39%
B = 11.4%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.79

 K value IS 0.76

RGB Variations

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

Color information

#273E0D (or 0x273E0D) is known color: Pine Tree. HEX triplet: 27, 3E and 0D. RGB value is (39,62,13). Sum of RGB (Red+Green+Blue) = 39+62+13=114 (15% of max value = 765). Red value is 39 (15.62% from 255 or 34.21% from 114); Green value is 62 (24.61% from 255 or 54.39% from 114); Blue value is 13 (5.47% from 255 or 11.40% from 114); Max value from RGB is 62 - color contains mainly: green. Hex color #273E0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273E0D is #D8C1F2. Grayscale: #313131. Windows color (decimal): -14205427 or 867879. OLE color: 867879.

HSL color Cylindrical-coordinate representation of color #273E0D: hue angle of 88.16º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #273E0D is Cyan = 0.37, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.76.

Color convert

RGB 39 62 13 -
CMYK 0.37 0 0.79 0.76
HSL 88.16º 0.65% 0.15% -
HSV(B) 88.16º 0.79% 0.24% -
XYZ 2.63 3.91 1 -
YUV 49.54 107.38 120.48 -
System Red Green Blue C M Y K H S L
Decimal 39 62 13 0.37 0 0.79 0.76 88.16 0.65 0.15
Hex 27 3E D 25 0 4F 4C 58 41 F
Octal 47 76 15 45 0 117 114 130 101 17
Binary 100111 111110 1101 100101 0 1001111 1001100 1011000 1000001 1111

Color Harmonies of #273E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273E0D

Black with #273E0D

Text Example


Text Example

White with #273E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273E0D; }

 p { color: rgb(39,62,13); }

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

background-color css

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

 a { background-color: rgb(39,62,13); }

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

border-color css

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

 span { border-color: rgb(39,62,13); }

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