Html Css Color HEX #273E0C Pine Tree

📋 copy color: '#273E0C'

red 39 ◦ green 62 ◦ blue 12

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

Shades of Pine Tree #273E0C

Tints of Pine Tree #273E0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 10.62%

R = 34.51%
G = 54.87%
B = 10.62%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.81

 K value IS 0.76

RGB Variations

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

Color information

#273E0C (or 0x273E0C) is known color: Pine Tree. HEX triplet: 27, 3E and 0C. RGB value is (39,62,12). Sum of RGB (Red+Green+Blue) = 39+62+12=113 (14% of max value = 765). Red value is 39 (15.62% from 255 or 34.51% from 113); Green value is 62 (24.61% from 255 or 54.87% from 113); Blue value is 12 (5.08% from 255 or 10.62% from 113); Max value from RGB is 62 - color contains mainly: green. Hex color #273E0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273E0C is #D8C1F3. Grayscale: #313131. Windows color (decimal): -14205428 or 802343. OLE color: 802343.

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

Color convert

RGB 39 62 12 -
CMYK 0.37 0 0.81 0.76
HSL 87.6º 0.68% 0.15% -
HSV(B) 87.6º 0.81% 0.24% -
XYZ 2.63 3.9 0.96 -
YUV 49.42 106.88 120.57 -
System Red Green Blue C M Y K H S L
Decimal 39 62 12 0.37 0 0.81 0.76 87.6 0.68 0.15
Hex 27 3E C 25 0 51 4C 58 44 F
Octal 47 76 14 45 0 121 114 130 104 17
Binary 100111 111110 1100 100101 0 1010001 1001100 1011000 1000100 1111

Color Harmonies of #273E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273E0C

Black with #273E0C

Text Example


Text Example

White with #273E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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