Html Css Color HEX #18230D Pine Tree

📋 copy color: '#18230D'

red 24 ◦ green 35 ◦ blue 13

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

Shades of Pine Tree #18230D

Tints of Pine Tree #18230D

RGB

 RED value IS 24 (9.77% from 255) = 33.33%

 GREEN value IS 35 (14.06% from 255) = 48.61%

 BLUE value IS 13 (5.47% from 255) = 18.06%

R = 33.33%
G = 48.61%
B = 18.06%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.63

 K value IS 0.86

RGB Variations

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

Color information

#18230D (or 0x18230D) is known color: Pine Tree. HEX triplet: 18, 23 and 0D. RGB value is (24,35,13). Sum of RGB (Red+Green+Blue) = 24+35+13=72 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.33% from 72); Green value is 35 (14.06% from 255 or 48.61% from 72); Blue value is 13 (5.47% from 255 or 18.06% from 72); Max value from RGB is 35 - color contains mainly: green. Hex color #18230D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18230D is #E7DCF2. Grayscale: #1D1D1D. Windows color (decimal): -15195379 or 860952. OLE color: 860952.

HSL color Cylindrical-coordinate representation of color #18230D: hue angle of 90º degrees, saturation: 0.46, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #18230D is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.86.

Color convert

RGB 24 35 13 -
CMYK 0.31 0 0.63 0.86
HSL 90º 0.46% 0.09% -
HSV(B) 90º 0.63% 0.14% -
XYZ 1.05 1.43 0.6 -
YUV 29.2 118.86 124.29 -
System Red Green Blue C M Y K H S L
Decimal 24 35 13 0.31 0 0.63 0.86 90 0.46 0.09
Hex 18 23 D 1F 0 3F 56 5A 2E 9
Octal 30 43 15 37 0 77 126 132 56 11
Binary 11000 100011 1101 11111 0 111111 1010110 1011010 101110 1001

Color Harmonies of #18230D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18230D

Black with #18230D

Text Example


Text Example

White with #18230D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18230D; }

 p { color: rgb(24,35,13); }

 H1.HeaderClassName
 {
   color: #18230D;
 }
 .AnyTagClassName
 {
   color: #18230D;
 }
</style>

background-color css

<style>
 a { background-color: #18230D; }

 a { background-color: rgb(24,35,13); }

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

border-color css

<style>
 span { border-color: #18230D; }

 span { border-color: rgb(24,35,13); }

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