Html Css Color HEX #18230F Pine Tree

📋 copy color: '#18230F'

red 24 ◦ green 35 ◦ blue 15

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

Shades of Pine Tree #18230F

Tints of Pine Tree #18230F

RGB

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

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

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

R = 32.43%
G = 47.3%
B = 20.27%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.57

 K value IS 0.86

RGB Variations

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

Color information

#18230F (or 0x18230F) is known color: Pine Tree. HEX triplet: 18, 23 and 0F. RGB value is (24,35,15). Sum of RGB (Red+Green+Blue) = 24+35+15=74 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32.43% from 74); Green value is 35 (14.06% from 255 or 47.30% from 74); Blue value is 15 (6.25% from 255 or 20.27% from 74); Max value from RGB is 35 - color contains mainly: green. Hex color #18230F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18230F is #E7DCF0. Grayscale: #1D1D1D. Windows color (decimal): -15195377 or 992024. OLE color: 992024.

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

Color convert

RGB 24 35 15 -
CMYK 0.31 0 0.57 0.86
HSL 93º 0.4% 0.1% -
HSV(B) 93º 0.57% 0.14% -
XYZ 1.06 1.43 0.67 -
YUV 29.43 119.86 124.13 -
System Red Green Blue C M Y K H S L
Decimal 24 35 15 0.31 0 0.57 0.86 93 0.4 0.1
Hex 18 23 F 1F 0 39 56 5D 28 A
Octal 30 43 17 37 0 71 126 135 50 12
Binary 11000 100011 1111 11111 0 111001 1010110 1011101 101000 1010

Color Harmonies of #18230F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18230F

Black with #18230F

Text Example


Text Example

White with #18230F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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