Html Css Color HEX #27331B Pine Tree

📋 copy color: '#27331B'

red 39 ◦ green 51 ◦ blue 27

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

Shades of Pine Tree #27331B

Tints of Pine Tree #27331B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 43.59%

 BLUE value IS 27 (10.94% from 255) = 23.08%

R = 33.33%
G = 43.59%
B = 23.08%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.47

 K value IS 0.8

RGB Variations

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

Color information

#27331B (or 0x27331B) is known color: Pine Tree. HEX triplet: 27, 33 and 1B. RGB value is (39,51,27). Sum of RGB (Red+Green+Blue) = 39+51+27=117 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.33% from 117); Green value is 51 (20.31% from 255 or 43.59% from 117); Blue value is 27 (10.94% from 255 or 23.08% from 117); Max value from RGB is 51 - color contains mainly: green. Hex color #27331B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27331B is #D8CCE4. Grayscale: #2C2C2C. Windows color (decimal): -14208229 or 1782567. OLE color: 1782567.

HSL color Cylindrical-coordinate representation of color #27331B: hue angle of 90º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #27331B is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.8.

Color convert

RGB 39 51 27 -
CMYK 0.24 0 0.47 0.8
HSL 90º 0.31% 0.15% -
HSV(B) 90º 0.47% 0.2% -
XYZ 2.22 2.88 1.48 -
YUV 44.68 118.02 123.95 -
System Red Green Blue C M Y K H S L
Decimal 39 51 27 0.24 0 0.47 0.8 90 0.31 0.15
Hex 27 33 1B 18 0 2F 50 5A 1F F
Octal 47 63 33 30 0 57 120 132 37 17
Binary 100111 110011 11011 11000 0 101111 1010000 1011010 11111 1111

Color Harmonies of #27331B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27331B

Black with #27331B

Text Example


Text Example

White with #27331B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27331B; }

 p { color: rgb(39,51,27); }

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

background-color css

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

 a { background-color: rgb(39,51,27); }

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

border-color css

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

 span { border-color: rgb(39,51,27); }

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