Html Css Color HEX #273F0C Pine Tree

📋 copy color: '#273F0C'

red 39 ◦ green 63 ◦ blue 12

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

Shades of Pine Tree #273F0C

Tints of Pine Tree #273F0C

RGB

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

 GREEN value IS 63 (25% from 255) = 55.26%

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

R = 34.21%
G = 55.26%
B = 10.53%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.81

 K value IS 0.75

RGB Variations

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

Color information

#273F0C (or 0x273F0C) is known color: Pine Tree. HEX triplet: 27, 3F and 0C. RGB value is (39,63,12). Sum of RGB (Red+Green+Blue) = 39+63+12=114 (15% of max value = 765). Red value is 39 (15.62% from 255 or 34.21% from 114); Green value is 63 (25% from 255 or 55.26% from 114); Blue value is 12 (5.08% from 255 or 10.53% from 114); Max value from RGB is 63 - color contains mainly: green. Hex color #273F0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273F0C is #D8C0F3. Grayscale: #323232. Windows color (decimal): -14205172 or 802599. OLE color: 802599.

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

Color convert

RGB 39 63 12 -
CMYK 0.38 0 0.81 0.75
HSL 88.24º 0.68% 0.15% -
HSV(B) 88.24º 0.81% 0.25% -
XYZ 2.68 4.01 0.98 -
YUV 50.01 106.55 120.15 -
System Red Green Blue C M Y K H S L
Decimal 39 63 12 0.38 0 0.81 0.75 88.24 0.68 0.15
Hex 27 3F C 26 0 51 4B 58 44 F
Octal 47 77 14 46 0 121 113 130 104 17
Binary 100111 111111 1100 100110 0 1010001 1001011 1011000 1000100 1111

Color Harmonies of #273F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273F0C

Black with #273F0C

Text Example


Text Example

White with #273F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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