Html Css Color HEX #1C350B Pine Tree

📋 copy color: '#1C350B'

red 28 ◦ green 53 ◦ blue 11

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

Shades of Pine Tree #1C350B

Tints of Pine Tree #1C350B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 57.61%

 BLUE value IS 11 (4.69% from 255) = 11.96%

R = 30.43%
G = 57.61%
B = 11.96%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.79

 K value IS 0.79

RGB Variations

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

Color information

#1C350B (or 0x1C350B) is known color: Pine Tree. HEX triplet: 1C, 35 and 0B. RGB value is (28,53,11). Sum of RGB (Red+Green+Blue) = 28+53+11=92 (12% of max value = 765). Red value is 28 (11.33% from 255 or 30.43% from 92); Green value is 53 (21.09% from 255 or 57.61% from 92); Blue value is 11 (4.69% from 255 or 11.96% from 92); Max value from RGB is 53 - color contains mainly: green. Hex color #1C350B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C350B is #E3CAF4. Grayscale: #282828. Windows color (decimal): -14928629 or 734492. OLE color: 734492.

HSL color Cylindrical-coordinate representation of color #1C350B: hue angle of 95.71º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C350B is Cyan = 0.47, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.79.

Color convert

RGB 28 53 11 -
CMYK 0.47 0 0.79 0.79
HSL 95.71º 0.66% 0.13% -
HSV(B) 95.71º 0.79% 0.21% -
XYZ 1.81 2.82 0.76 -
YUV 40.74 111.22 118.92 -
System Red Green Blue C M Y K H S L
Decimal 28 53 11 0.47 0 0.79 0.79 95.71 0.66 0.13
Hex 1C 35 B 2F 0 4F 4F 60 42 D
Octal 34 65 13 57 0 117 117 140 102 15
Binary 11100 110101 1011 101111 0 1001111 1001111 1100000 1000010 1101

Color Harmonies of #1C350B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C350B

Black with #1C350B

Text Example


Text Example

White with #1C350B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,53,11); }

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

background-color css

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

 a { background-color: rgb(28,53,11); }

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

border-color css

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

 span { border-color: rgb(28,53,11); }

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