Html Css Color HEX #25330F Pine Tree

📋 copy color: '#25330F'

red 37 ◦ green 51 ◦ blue 15

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

Shades of Pine Tree #25330F

Tints of Pine Tree #25330F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 49.51%

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

R = 35.92%
G = 49.51%
B = 14.56%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.71

 K value IS 0.8

RGB Variations

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

Color information

#25330F (or 0x25330F) is known color: Pine Tree. HEX triplet: 25, 33 and 0F. RGB value is (37,51,15). Sum of RGB (Red+Green+Blue) = 37+51+15=103 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.92% from 103); Green value is 51 (20.31% from 255 or 49.51% from 103); Blue value is 15 (6.25% from 255 or 14.56% from 103); Max value from RGB is 51 - color contains mainly: green. Hex color #25330F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25330F is #DACCF0. Grayscale: #2A2A2A. Windows color (decimal): -14339313 or 996133. OLE color: 996133.

HSL color Cylindrical-coordinate representation of color #25330F: hue angle of 83.33º 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 #25330F is Cyan = 0.27, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.8.

Color convert

RGB 37 51 15 -
CMYK 0.27 0 0.71 0.8
HSL 83.33º 0.55% 0.13% -
HSV(B) 83.33º 0.71% 0.2% -
XYZ 2.03 2.8 0.88 -
YUV 42.71 112.36 123.93 -
System Red Green Blue C M Y K H S L
Decimal 37 51 15 0.27 0 0.71 0.8 83.33 0.55 0.13
Hex 25 33 F 1B 0 47 50 53 37 D
Octal 45 63 17 33 0 107 120 123 67 15
Binary 100101 110011 1111 11011 0 1000111 1010000 1010011 110111 1101

Color Harmonies of #25330F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25330F

Black with #25330F

Text Example


Text Example

White with #25330F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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