Html Css Color HEX #25340F Pine Tree

📋 copy color: '#25340F'

red 37 ◦ green 52 ◦ blue 15

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

Shades of Pine Tree #25340F

Tints of Pine Tree #25340F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 50%

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

R = 35.58%
G = 50%
B = 14.42%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.71

 K value IS 0.80

RGB Variations

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

Color information

#25340F (or 0x25340F) is known color: Pine Tree. HEX triplet: 25, 34 and 0F. RGB value is (37,52,15). Sum of RGB (Red+Green+Blue) = 37+52+15=104 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.58% from 104); Green value is 52 (20.70% from 255 or 50% from 104); Blue value is 15 (6.25% from 255 or 14.42% from 104); Max value from RGB is 52 - color contains mainly: green. Hex color #25340F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25340F is #DACBF0. Grayscale: #2B2B2B. Windows color (decimal): -14339057 or 996389. OLE color: 996389.

HSL color Cylindrical-coordinate representation of color #25340F: hue angle of 84.32º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #25340F is Cyan = 0.29, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.80.

Color convert

RGB 37 52 15 -
CMYK 0.29 0 0.71 0.80
HSL 84.32º 0.55% 0.13% -
HSV(B) 84.32º 0.71% 0.2% -
XYZ 2.08 2.88 0.9 -
YUV 43.3 112.03 123.51 -
System Red Green Blue C M Y K H S L
Decimal 37 52 15 0.29 0 0.71 0.80 84.32 0.55 0.13
Hex 25 34 F 1D 0 47 50 54 37 D
Octal 45 64 17 35 0 107 120 124 67 15
Binary 100101 110100 1111 11101 0 1000111 1010000 1010100 110111 1101

Color Harmonies of #25340F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25340F

Black with #25340F

Text Example


Text Example

White with #25340F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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