Html Css Color HEX #274010 Pine Tree

📋 copy color: '#274010'

red 39 ◦ green 64 ◦ blue 16

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

Shades of Pine Tree #274010

Tints of Pine Tree #274010

RGB

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

 GREEN value IS 64 (25.39% from 255) = 53.78%

 BLUE value IS 16 (6.64% from 255) = 13.45%

R = 32.77%
G = 53.78%
B = 13.45%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#274010 (or 0x274010) is known color: Pine Tree. HEX triplet: 27, 40 and 10. RGB value is (39,64,16). Sum of RGB (Red+Green+Blue) = 39+64+16=119 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.77% from 119); Green value is 64 (25.39% from 255 or 53.78% from 119); Blue value is 16 (6.64% from 255 or 13.45% from 119); Max value from RGB is 64 - color contains mainly: green. Hex color #274010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274010 is #D8BFEF. Grayscale: #333333. Windows color (decimal): -14204912 or 1064999. OLE color: 1064999.

HSL color Cylindrical-coordinate representation of color #274010: hue angle of 91.25º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #274010 is Cyan = 0.39, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.

Color convert

RGB 39 64 16 -
CMYK 0.39 0 0.75 0.75
HSL 91.25º 0.6% 0.16% -
HSV(B) 91.25º 0.75% 0.25% -
XYZ 2.76 4.14 1.14 -
YUV 51.05 108.22 119.4 -
System Red Green Blue C M Y K H S L
Decimal 39 64 16 0.39 0 0.75 0.75 91.25 0.6 0.16
Hex 27 40 10 27 0 4B 4B 5B 3C 10
Octal 47 100 20 47 0 113 113 133 74 20
Binary 100111 1000000 10000 100111 0 1001011 1001011 1011011 111100 10000

Color Harmonies of #274010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274010

Black with #274010

Text Example


Text Example

White with #274010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274010; }

 p { color: rgb(39,64,16); }

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

background-color css

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

 a { background-color: rgb(39,64,16); }

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

border-color css

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

 span { border-color: rgb(39,64,16); }

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