Html Css Color HEX #1C270F Pine Tree

📋 copy color: '#1C270F'

red 28 ◦ green 39 ◦ blue 15

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

Shades of Pine Tree #1C270F

Tints of Pine Tree #1C270F

RGB

 RED value IS 28 (11.33% from 255) = 34.15%

 GREEN value IS 39 (15.63% from 255) = 47.56%

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

R = 34.15%
G = 47.56%
B = 18.29%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.62

 K value IS 0.85

RGB Variations

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

Color information

#1C270F (or 0x1C270F) is known color: Pine Tree. HEX triplet: 1C, 27 and 0F. RGB value is (28,39,15). Sum of RGB (Red+Green+Blue) = 28+39+15=82 (10% of max value = 765). Red value is 28 (11.33% from 255 or 34.15% from 82); Green value is 39 (15.62% from 255 or 47.56% from 82); Blue value is 15 (6.25% from 255 or 18.29% from 82); Max value from RGB is 39 - color contains mainly: green. Hex color #1C270F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C270F is #E3D8F0. Grayscale: #212121. Windows color (decimal): -14932209 or 993052. OLE color: 993052.

HSL color Cylindrical-coordinate representation of color #1C270F: hue angle of 87.5º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1C270F is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.85.

Color convert

RGB 28 39 15 -
CMYK 0.28 0 0.62 0.85
HSL 87.5º 0.44% 0.11% -
HSV(B) 87.5º 0.62% 0.15% -
XYZ 1.29 1.73 0.72 -
YUV 32.98 117.86 124.45 -
System Red Green Blue C M Y K H S L
Decimal 28 39 15 0.28 0 0.62 0.85 87.5 0.44 0.11
Hex 1C 27 F 1C 0 3E 55 57 2C B
Octal 34 47 17 34 0 76 125 127 54 13
Binary 11100 100111 1111 11100 0 111110 1010101 1010111 101100 1011

Color Harmonies of #1C270F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C270F

Black with #1C270F

Text Example


Text Example

White with #1C270F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C270F; }

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

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

background-color css

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

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

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

border-color css

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

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

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