Html Css Color HEX #25360F Pine Tree

📋 copy color: '#25360F'

red 37 ◦ green 54 ◦ blue 15

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

Shades of Pine Tree #25360F

Tints of Pine Tree #25360F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 50.94%

 BLUE value IS 15 (6.25% from 255) = 14.15%

R = 34.91%
G = 50.94%
B = 14.15%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.72

 K value IS 0.79

RGB Variations

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

Color information

#25360F (or 0x25360F) is known color: Pine Tree. HEX triplet: 25, 36 and 0F. RGB value is (37,54,15). Sum of RGB (Red+Green+Blue) = 37+54+15=106 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.91% from 106); Green value is 54 (21.48% from 255 or 50.94% from 106); Blue value is 15 (6.25% from 255 or 14.15% from 106); Max value from RGB is 54 - color contains mainly: green. Hex color #25360F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25360F is #DAC9F0. Grayscale: #2C2C2C. Windows color (decimal): -14338545 or 996901. OLE color: 996901.

HSL color Cylindrical-coordinate representation of color #25360F: hue angle of 86.15º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #25360F is Cyan = 0.31, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.79.

Color convert

RGB 37 54 15 -
CMYK 0.31 0 0.72 0.79
HSL 86.15º 0.57% 0.14% -
HSV(B) 86.15º 0.72% 0.21% -
XYZ 2.17 3.07 0.93 -
YUV 44.47 111.37 122.67 -
System Red Green Blue C M Y K H S L
Decimal 37 54 15 0.31 0 0.72 0.79 86.15 0.57 0.14
Hex 25 36 F 1F 0 48 4F 56 39 E
Octal 45 66 17 37 0 110 117 126 71 16
Binary 100101 110110 1111 11111 0 1001000 1001111 1010110 111001 1110

Color Harmonies of #25360F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25360F

Black with #25360F

Text Example


Text Example

White with #25360F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25360F; }

 p { color: rgb(37,54,15); }

 H1.HeaderClassName
 {
   color: #25360F;
 }
 .AnyTagClassName
 {
   color: #25360F;
 }
</style>

background-color css

<style>
 a { background-color: #25360F; }

 a { background-color: rgb(37,54,15); }

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

border-color css

<style>
 span { border-color: #25360F; }

 span { border-color: rgb(37,54,15); }

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