Html Css Color HEX #25380B Pine Tree

📋 copy color: '#25380B'

red 37 ◦ green 56 ◦ blue 11

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

Shades of Pine Tree #25380B

Tints of Pine Tree #25380B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 10.58%

R = 35.58%
G = 53.85%
B = 10.58%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.80

 K value IS 0.78

RGB Variations

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

Color information

#25380B (or 0x25380B) is known color: Pine Tree. HEX triplet: 25, 38 and 0B. RGB value is (37,56,11). Sum of RGB (Red+Green+Blue) = 37+56+11=104 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.58% from 104); Green value is 56 (22.27% from 255 or 53.85% from 104); Blue value is 11 (4.69% from 255 or 10.58% from 104); Max value from RGB is 56 - color contains mainly: green. Hex color #25380B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25380B is #DAC7F4. Grayscale: #2D2D2D. Windows color (decimal): -14338037 or 735269. OLE color: 735269.

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

Color convert

RGB 37 56 11 -
CMYK 0.34 0 0.80 0.78
HSL 85.33º 0.67% 0.13% -
HSV(B) 85.33º 0.8% 0.22% -
XYZ 2.24 3.25 0.83 -
YUV 45.19 108.71 122.16 -
System Red Green Blue C M Y K H S L
Decimal 37 56 11 0.34 0 0.80 0.78 85.33 0.67 0.13
Hex 25 38 B 22 0 50 4E 55 43 D
Octal 45 70 13 42 0 120 116 125 103 15
Binary 100101 111000 1011 100010 0 1010000 1001110 1010101 1000011 1101

Color Harmonies of #25380B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25380B

Black with #25380B

Text Example


Text Example

White with #25380B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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