Html Css Color HEX #27380F Pine Tree

📋 copy color: '#27380F'

red 39 ◦ green 56 ◦ blue 15

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

Shades of Pine Tree #27380F

Tints of Pine Tree #27380F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 50.91%

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

R = 35.45%
G = 50.91%
B = 13.64%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.73

 K value IS 0.78

RGB Variations

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

Color information

#27380F (or 0x27380F) is known color: Pine Tree. HEX triplet: 27, 38 and 0F. RGB value is (39,56,15). Sum of RGB (Red+Green+Blue) = 39+56+15=110 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.45% from 110); Green value is 56 (22.27% from 255 or 50.91% from 110); Blue value is 15 (6.25% from 255 or 13.64% from 110); Max value from RGB is 56 - color contains mainly: green. Hex color #27380F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27380F is #D8C7F0. Grayscale: #2E2E2E. Windows color (decimal): -14206961 or 997415. OLE color: 997415.

HSL color Cylindrical-coordinate representation of color #27380F: hue angle of 84.88º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #27380F is Cyan = 0.30, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.78.

Color convert

RGB 39 56 15 -
CMYK 0.30 0 0.73 0.78
HSL 84.88º 0.58% 0.14% -
HSV(B) 84.88º 0.73% 0.22% -
XYZ 2.34 3.29 0.96 -
YUV 46.24 110.37 122.83 -
System Red Green Blue C M Y K H S L
Decimal 39 56 15 0.30 0 0.73 0.78 84.88 0.58 0.14
Hex 27 38 F 1E 0 49 4E 55 3A E
Octal 47 70 17 36 0 111 116 125 72 16
Binary 100111 111000 1111 11110 0 1001001 1001110 1010101 111010 1110

Color Harmonies of #27380F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27380F

Black with #27380F

Text Example


Text Example

White with #27380F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27380F; }

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

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

background-color css

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

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

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

border-color css

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

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

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