Html Css Color HEX #252B1A Pine Tree

📋 copy color: '#252B1A'

red 37 ◦ green 43 ◦ blue 26

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

Shades of Pine Tree #252B1A

Tints of Pine Tree #252B1A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 40.57%

 BLUE value IS 26 (10.55% from 255) = 24.53%

R = 34.91%
G = 40.57%
B = 24.53%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.40

 K value IS 0.83

RGB Variations

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

Color information

#252B1A (or 0x252B1A) is known color: Pine Tree. HEX triplet: 25, 2B and 1A. RGB value is (37,43,26). Sum of RGB (Red+Green+Blue) = 37+43+26=106 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.91% from 106); Green value is 43 (17.19% from 255 or 40.57% from 106); Blue value is 26 (10.55% from 255 or 24.53% from 106); Max value from RGB is 43 - color contains mainly: green. Hex color #252B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252B1A is #DAD4E5. Grayscale: #272727. Windows color (decimal): -14341350 or 1714981. OLE color: 1714981.

HSL color Cylindrical-coordinate representation of color #252B1A: hue angle of 81.18º degrees, saturation: 0.25, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #252B1A is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.83.

Color convert

RGB 37 43 26 -
CMYK 0.14 0 0.40 0.83
HSL 81.18º 0.25% 0.14% -
HSV(B) 81.18º 0.4% 0.17% -
XYZ 1.81 2.2 1.31 -
YUV 39.27 120.51 126.38 -
System Red Green Blue C M Y K H S L
Decimal 37 43 26 0.14 0 0.40 0.83 81.18 0.25 0.14
Hex 25 2B 1A E 0 28 53 51 19 E
Octal 45 53 32 16 0 50 123 121 31 16
Binary 100101 101011 11010 1110 0 101000 1010011 1010001 11001 1110

Color Harmonies of #252B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252B1A

Black with #252B1A

Text Example


Text Example

White with #252B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252B1A; }

 p { color: rgb(37,43,26); }

 H1.HeaderClassName
 {
   color: #252B1A;
 }
 .AnyTagClassName
 {
   color: #252B1A;
 }
</style>

background-color css

<style>
 a { background-color: #252B1A; }

 a { background-color: rgb(37,43,26); }

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

border-color css

<style>
 span { border-color: #252B1A; }

 span { border-color: rgb(37,43,26); }

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