Html Css Color HEX #15230A Pine Tree

📋 copy color: '#15230A'

red 21 ◦ green 35 ◦ blue 10

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

Shades of Pine Tree #15230A

Tints of Pine Tree #15230A

RGB

 RED value IS 21 (8.59% from 255) = 31.82%

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

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

R = 31.82%
G = 53.03%
B = 15.15%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.71

 K value IS 0.86

RGB Variations

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

Color information

#15230A (or 0x15230A) is known color: Pine Tree. HEX triplet: 15, 23 and 0A. RGB value is (21,35,10). Sum of RGB (Red+Green+Blue) = 21+35+10=66 (8% of max value = 765). Red value is 21 (8.59% from 255 or 31.82% from 66); Green value is 35 (14.06% from 255 or 53.03% from 66); Blue value is 10 (4.30% from 255 or 15.15% from 66); Max value from RGB is 35 - color contains mainly: green. Hex color #15230A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #15230A is #EADCF5. Grayscale: #1C1C1C. Windows color (decimal): -15391990 or 664341. OLE color: 664341.

HSL color Cylindrical-coordinate representation of color #15230A: hue angle of 93.6º 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 #15230A is Cyan = 0.40, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.86.

Color convert

RGB 21 35 10 -
CMYK 0.40 0 0.71 0.86
HSL 93.6º 0.56% 0.09% -
HSV(B) 93.6º 0.71% 0.14% -
XYZ 0.97 1.38 0.5 -
YUV 27.96 117.86 123.03 -
System Red Green Blue C M Y K H S L
Decimal 21 35 10 0.40 0 0.71 0.86 93.6 0.56 0.09
Hex 15 23 A 28 0 47 56 5E 38 9
Octal 25 43 12 50 0 107 126 136 70 11
Binary 10101 100011 1010 101000 0 1000111 1010110 1011110 111000 1001

Color Harmonies of #15230A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15230A

Black with #15230A

Text Example


Text Example

White with #15230A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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