Html Css Color HEX #14250A Pine Tree

📋 copy color: '#14250A'

red 20 ◦ green 37 ◦ blue 10

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

Shades of Pine Tree #14250A

Tints of Pine Tree #14250A

RGB

 RED value IS 20 (8.2% from 255) = 29.85%

 GREEN value IS 37 (14.84% from 255) = 55.22%

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

R = 29.85%
G = 55.22%
B = 14.93%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.73

 K value IS 0.85

RGB Variations

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

Color information

#14250A (or 0x14250A) is known color: Pine Tree. HEX triplet: 14, 25 and 0A. RGB value is (20,37,10). Sum of RGB (Red+Green+Blue) = 20+37+10=67 (8% of max value = 765). Red value is 20 (8.20% from 255 or 29.85% from 67); Green value is 37 (14.84% from 255 or 55.22% from 67); Blue value is 10 (4.30% from 255 or 14.93% from 67); Max value from RGB is 37 - color contains mainly: green. Hex color #14250A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14250A is #EBDAF5. Grayscale: #1C1C1C. Windows color (decimal): -15457014 or 664852. OLE color: 664852.

HSL color Cylindrical-coordinate representation of color #14250A: hue angle of 97.78º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #14250A is Cyan = 0.46, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.85.

Color convert

RGB 20 37 10 -
CMYK 0.46 0 0.73 0.85
HSL 97.78º 0.57% 0.09% -
HSV(B) 97.78º 0.73% 0.15% -
XYZ 1 1.49 0.52 -
YUV 28.84 117.37 121.7 -
System Red Green Blue C M Y K H S L
Decimal 20 37 10 0.46 0 0.73 0.85 97.78 0.57 0.09
Hex 14 25 A 2E 0 49 55 62 39 9
Octal 24 45 12 56 0 111 125 142 71 11
Binary 10100 100101 1010 101110 0 1001001 1010101 1100010 111001 1001

Color Harmonies of #14250A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14250A

Black with #14250A

Text Example


Text Example

White with #14250A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,37,10); }

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

background-color css

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

 a { background-color: rgb(20,37,10); }

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

border-color css

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

 span { border-color: rgb(20,37,10); }

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