Html Css Color HEX #1C330B Pine Tree

📋 copy color: '#1C330B'

red 28 ◦ green 51 ◦ blue 11

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

Shades of Pine Tree #1C330B

Tints of Pine Tree #1C330B

RGB

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

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

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

R = 31.11%
G = 56.67%
B = 12.22%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.78

 K value IS 0.8

RGB Variations

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

Color information

#1C330B (or 0x1C330B) is known color: Pine Tree. HEX triplet: 1C, 33 and 0B. RGB value is (28,51,11). Sum of RGB (Red+Green+Blue) = 28+51+11=90 (11% of max value = 765). Red value is 28 (11.33% from 255 or 31.11% from 90); Green value is 51 (20.31% from 255 or 56.67% from 90); Blue value is 11 (4.69% from 255 or 12.22% from 90); Max value from RGB is 51 - color contains mainly: green. Hex color #1C330B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C330B is #E3CCF4. Grayscale: #272727. Windows color (decimal): -14929141 or 733980. OLE color: 733980.

HSL color Cylindrical-coordinate representation of color #1C330B: hue angle of 94.5º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1C330B is Cyan = 0.45, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.8.

Color convert

RGB 28 51 11 -
CMYK 0.45 0 0.78 0.8
HSL 94.5º 0.65% 0.12% -
HSV(B) 94.5º 0.78% 0.2% -
XYZ 1.72 2.64 0.74 -
YUV 39.56 111.88 119.75 -
System Red Green Blue C M Y K H S L
Decimal 28 51 11 0.45 0 0.78 0.8 94.5 0.65 0.12
Hex 1C 33 B 2D 0 4E 50 5E 41 C
Octal 34 63 13 55 0 116 120 136 101 14
Binary 11100 110011 1011 101101 0 1001110 1010000 1011110 1000001 1100

Color Harmonies of #1C330B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C330B

Black with #1C330B

Text Example


Text Example

White with #1C330B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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