#232C1A

Color #232C1A Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #232C1A

Tints of Pine Tree #232C1A

Color information

#232C1A (or 0x232C1A) is unknown color: approx Pine Tree. HEX triplet: 23, 2C and 1A. RGB value is (35,44,26). Sum of RGB (Red+Green+Blue) = 35+44+26=105 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.33% from 105); Green value is 44 (17.58% from 255 or 41.90% from 105); Blue value is 26 (10.55% from 255 or 24.76% from 105); Max value from RGB is 44 - color contains mainly: green. Hex color #232C1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232C1A is #DCD3E5. Grayscale: #272727. Windows color (decimal): -14472166 or 1715235. OLE color: 1715235.

HSL color Cylindrical-coordinate representation of color #232C1A: hue angle of 90º degrees, saturation: 0.26, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #232C1A is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.83.

Color convert

RGB354426-
CMYK0.2000.410.83
HSL90º25.71%13.73%-
HSV(B)90º40.91%17.25%-
XYZ1.782.231.31-
YUV39.26120.52124.96-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 33.33%
GREEN value IS 44 (17.58% from 255) = 41.90%
BLUE value IS 26 (10.55% from 255) = 24.76%
R=33.33%
G=41.90%
B=24.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3544260.2000.410.839025.7113.73
Hex232C1A14029535a1ae
Octal435432240511231323216
Binary1000111011001101010100010100110100111011010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232C1A; }

 p { color: rgb(35,44,26); }

 H1.HeaderClassName
 {
   color: #232C1A;
 }
 .AnyTagClassName
 {
   color: #232C1A;
 }
</style>
background-color css

<style>
 a { background-color: #232C1A; }

 a { background-color: rgb(35,44,26); }

 div.DivClassName
 {
   background-color: #232C1A;
 }
 .BgClassName
 {
   background-color: #232C1A;
 }
</style>
border-color css

<style>
 span { border-color: #232C1A; }

 span { border-color: rgb(35,44,26); }

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