Html Css Color HEX #273D0F Pine Tree

📋 copy color: '#273D0F'

red 39 ◦ green 61 ◦ blue 15

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

Shades of Pine Tree #273D0F

Tints of Pine Tree #273D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 13.04%

R = 33.91%
G = 53.04%
B = 13.04%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.75

 K value IS 0.76

RGB Variations

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

Color information

#273D0F (or 0x273D0F) is known color: Pine Tree. HEX triplet: 27, 3D and 0F. RGB value is (39,61,15). Sum of RGB (Red+Green+Blue) = 39+61+15=115 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.91% from 115); Green value is 61 (24.22% from 255 or 53.04% from 115); Blue value is 15 (6.25% from 255 or 13.04% from 115); Max value from RGB is 61 - color contains mainly: green. Hex color #273D0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273D0F is #D8C2F0. Grayscale: #313131. Windows color (decimal): -14205681 or 998695. OLE color: 998695.

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

Color convert

RGB 39 61 15 -
CMYK 0.36 0 0.75 0.76
HSL 88.7º 0.61% 0.15% -
HSV(B) 88.7º 0.75% 0.24% -
XYZ 2.59 3.8 1.05 -
YUV 49.18 108.71 120.74 -
System Red Green Blue C M Y K H S L
Decimal 39 61 15 0.36 0 0.75 0.76 88.7 0.61 0.15
Hex 27 3D F 24 0 4B 4C 59 3D F
Octal 47 75 17 44 0 113 114 131 75 17
Binary 100111 111101 1111 100100 0 1001011 1001100 1011001 111101 1111

Color Harmonies of #273D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273D0F

Black with #273D0F

Text Example


Text Example

White with #273D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,61,15); }

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

background-color css

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

 a { background-color: rgb(39,61,15); }

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

border-color css

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

 span { border-color: rgb(39,61,15); }

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