Html Css Color HEX #25380C Pine Tree

📋 copy color: '#25380C'

red 37 ◦ green 56 ◦ blue 12

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

Shades of Pine Tree #25380C

Tints of Pine Tree #25380C

RGB

 RED value IS 37 (14.84% from 255) = 35.24%

 GREEN value IS 56 (22.27% from 255) = 53.33%

 BLUE value IS 12 (5.08% from 255) = 11.43%

R = 35.24%
G = 53.33%
B = 11.43%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.79

 K value IS 0.78

RGB Variations

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

Color information

#25380C (or 0x25380C) is known color: Pine Tree. HEX triplet: 25, 38 and 0C. RGB value is (37,56,12). Sum of RGB (Red+Green+Blue) = 37+56+12=105 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.24% from 105); Green value is 56 (22.27% from 255 or 53.33% from 105); Blue value is 12 (5.08% from 255 or 11.43% from 105); Max value from RGB is 56 - color contains mainly: green. Hex color #25380C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25380C is #DAC7F3. Grayscale: #2D2D2D. Windows color (decimal): -14338036 or 800805. OLE color: 800805.

HSL color Cylindrical-coordinate representation of color #25380C: hue angle of 85.91º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25380C is Cyan = 0.34, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.78.

Color convert

RGB 37 56 12 -
CMYK 0.34 0 0.79 0.78
HSL 85.91º 0.65% 0.13% -
HSV(B) 85.91º 0.79% 0.22% -
XYZ 2.24 3.25 0.86 -
YUV 45.3 109.21 122.08 -
System Red Green Blue C M Y K H S L
Decimal 37 56 12 0.34 0 0.79 0.78 85.91 0.65 0.13
Hex 25 38 C 22 0 4F 4E 56 41 D
Octal 45 70 14 42 0 117 116 126 101 15
Binary 100101 111000 1100 100010 0 1001111 1001110 1010110 1000001 1101

Color Harmonies of #25380C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25380C

Black with #25380C

Text Example


Text Example

White with #25380C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25380C; }

 p { color: rgb(37,56,12); }

 H1.HeaderClassName
 {
   color: #25380C;
 }
 .AnyTagClassName
 {
   color: #25380C;
 }
</style>

background-color css

<style>
 a { background-color: #25380C; }

 a { background-color: rgb(37,56,12); }

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

border-color css

<style>
 span { border-color: #25380C; }

 span { border-color: rgb(37,56,12); }

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