Html Css Color HEX #25642F San Felix

📋 copy color: '#25642F'

red 37 ◦ green 100 ◦ blue 47

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

Shades of San Felix #25642F

Tints of San Felix #25642F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 54.35%

 BLUE value IS 47 (18.75% from 255) = 25.54%

R = 20.11%
G = 54.35%
B = 25.54%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.53

 K value IS 0.61

RGB Variations

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

Color information

#25642F (or 0x25642F) is known color: San Felix. HEX triplet: 25, 64 and 2F. RGB value is (37,100,47). Sum of RGB (Red+Green+Blue) = 37+100+47=184 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.11% from 184); Green value is 100 (39.45% from 255 or 54.35% from 184); Blue value is 47 (18.75% from 255 or 25.54% from 184); Max value from RGB is 100 - color contains mainly: green. Hex color #25642F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25642F is #DA9BD0. Grayscale: #4B4B4B. Windows color (decimal): -14326737 or 3105829. OLE color: 3105829.

HSL color Cylindrical-coordinate representation of color #25642F: hue angle of 129.52º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #25642F is Cyan = 0.63, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.61.

Color convert

RGB 37 100 47 -
CMYK 0.63 0 0.53 0.61
HSL 129.52º 0.46% 0.27% -
HSV(B) 129.52º 0.63% 0.39% -
XYZ 5.83 9.71 4.26 -
YUV 75.12 112.13 100.81 -
System Red Green Blue C M Y K H S L
Decimal 37 100 47 0.63 0 0.53 0.61 129.52 0.46 0.27
Hex 25 64 2F 3F 0 35 3D 82 2E 1B
Octal 45 144 57 77 0 65 75 202 56 33
Binary 100101 1100100 101111 111111 0 110101 111101 10000010 101110 11011

Color Harmonies of #25642F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25642F

Black with #25642F

Text Example


Text Example

White with #25642F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,100,47); }

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

background-color css

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

 a { background-color: rgb(37,100,47); }

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

border-color css

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

 span { border-color: rgb(37,100,47); }

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