Html Css Color HEX #19230A Pine Tree

📋 copy color: '#19230A'

red 25 ◦ green 35 ◦ blue 10

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

Shades of Pine Tree #19230A

Tints of Pine Tree #19230A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 14.29%

R = 35.71%
G = 50%
B = 14.29%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.71

 K value IS 0.86

RGB Variations

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

Color information

#19230A (or 0x19230A) is known color: Pine Tree. HEX triplet: 19, 23 and 0A. RGB value is (25,35,10). Sum of RGB (Red+Green+Blue) = 25+35+10=70 (9% of max value = 765). Red value is 25 (10.16% from 255 or 35.71% from 70); Green value is 35 (14.06% from 255 or 50% from 70); Blue value is 10 (4.30% from 255 or 14.29% from 70); Max value from RGB is 35 - color contains mainly: green. Hex color #19230A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19230A is #E6DCF5. Grayscale: #1D1D1D. Windows color (decimal): -15129846 or 664345. OLE color: 664345.

HSL color Cylindrical-coordinate representation of color #19230A: hue angle of 84º degrees, saturation: 0.56, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #19230A is Cyan = 0.29, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.86.

Color convert

RGB 25 35 10 -
CMYK 0.29 0 0.71 0.86
HSL 84º 0.56% 0.09% -
HSV(B) 84º 0.71% 0.14% -
XYZ 1.06 1.43 0.51 -
YUV 29.16 117.19 125.03 -
System Red Green Blue C M Y K H S L
Decimal 25 35 10 0.29 0 0.71 0.86 84 0.56 0.09
Hex 19 23 A 1D 0 47 56 54 38 9
Octal 31 43 12 35 0 107 126 124 70 11
Binary 11001 100011 1010 11101 0 1000111 1010110 1010100 111000 1001

Color Harmonies of #19230A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19230A

Black with #19230A

Text Example


Text Example

White with #19230A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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