Html Css Color HEX #19230B Pine Tree

📋 copy color: '#19230B'

red 25 ◦ green 35 ◦ blue 11

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

Shades of Pine Tree #19230B

Tints of Pine Tree #19230B

RGB

 RED value IS 25 (10.16% from 255) = 35.21%

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

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

R = 35.21%
G = 49.3%
B = 15.49%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.69

 K value IS 0.86

RGB Variations

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

Color information

#19230B (or 0x19230B) is known color: Pine Tree. HEX triplet: 19, 23 and 0B. RGB value is (25,35,11). Sum of RGB (Red+Green+Blue) = 25+35+11=71 (9% of max value = 765). Red value is 25 (10.16% from 255 or 35.21% from 71); Green value is 35 (14.06% from 255 or 49.30% from 71); Blue value is 11 (4.69% from 255 or 15.49% from 71); Max value from RGB is 35 - color contains mainly: green. Hex color #19230B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19230B is #E6DCF4. Grayscale: #1D1D1D. Windows color (decimal): -15129845 or 729881. OLE color: 729881.

HSL color Cylindrical-coordinate representation of color #19230B: hue angle of 85º 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 #19230B is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.86.

Color convert

RGB 25 35 11 -
CMYK 0.29 0 0.69 0.86
HSL 85º 0.52% 0.09% -
HSV(B) 85º 0.69% 0.14% -
XYZ 1.06 1.43 0.54 -
YUV 29.27 117.69 124.95 -
System Red Green Blue C M Y K H S L
Decimal 25 35 11 0.29 0 0.69 0.86 85 0.52 0.09
Hex 19 23 B 1D 0 45 56 55 34 9
Octal 31 43 13 35 0 105 126 125 64 11
Binary 11001 100011 1011 11101 0 1000101 1010110 1010101 110100 1001

Color Harmonies of #19230B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19230B

Black with #19230B

Text Example


Text Example

White with #19230B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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