Html Css Color HEX #18230B Pine Tree

📋 copy color: '#18230B'

red 24 ◦ green 35 ◦ blue 11

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

Shades of Pine Tree #18230B

Tints of Pine Tree #18230B

RGB

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

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

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

R = 34.29%
G = 50%
B = 15.71%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.69

 K value IS 0.86

RGB Variations

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

Color information

#18230B (or 0x18230B) is known color: Pine Tree. HEX triplet: 18, 23 and 0B. RGB value is (24,35,11). Sum of RGB (Red+Green+Blue) = 24+35+11=70 (9% of max value = 765). Red value is 24 (9.77% from 255 or 34.29% from 70); Green value is 35 (14.06% from 255 or 50% from 70); Blue value is 11 (4.69% from 255 or 15.71% from 70); Max value from RGB is 35 - color contains mainly: green. Hex color #18230B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18230B is #E7DCF4. Grayscale: #1D1D1D. Windows color (decimal): -15195381 or 729880. OLE color: 729880.

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

Color convert

RGB 24 35 11 -
CMYK 0.31 0 0.69 0.86
HSL 87.5º 0.52% 0.09% -
HSV(B) 87.5º 0.69% 0.14% -
XYZ 1.04 1.42 0.54 -
YUV 28.98 117.86 124.45 -
System Red Green Blue C M Y K H S L
Decimal 24 35 11 0.31 0 0.69 0.86 87.5 0.52 0.09
Hex 18 23 B 1F 0 45 56 57 34 9
Octal 30 43 13 37 0 105 126 127 64 11
Binary 11000 100011 1011 11111 0 1000101 1010110 1010111 110100 1001

Color Harmonies of #18230B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18230B

Black with #18230B

Text Example


Text Example

White with #18230B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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