Html Css Color HEX #257023 San Felix

📋 copy color: '#257023'

red 37 ◦ green 112 ◦ blue 35

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

Shades of San Felix #257023

Tints of San Felix #257023

RGB

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

 GREEN value IS 112 (44.14% from 255) = 60.87%

 BLUE value IS 35 (14.06% from 255) = 19.02%

R = 20.11%
G = 60.87%
B = 19.02%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#257023 (or 0x257023) is known color: San Felix. HEX triplet: 25, 70 and 23. RGB value is (37,112,35). Sum of RGB (Red+Green+Blue) = 37+112+35=184 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.11% from 184); Green value is 112 (44.14% from 255 or 60.87% from 184); Blue value is 35 (14.06% from 255 or 19.02% from 184); Max value from RGB is 112 - color contains mainly: green. Hex color #257023 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257023 is #DA8FDC. Grayscale: #515151. Windows color (decimal): -14323677 or 2322469. OLE color: 2322469.

HSL color Cylindrical-coordinate representation of color #257023: hue angle of 118.44º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #257023 is Cyan = 0.67, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.56.

Color convert

RGB 37 112 35 -
CMYK 0.67 0 0.69 0.56
HSL 118.44º 0.52% 0.29% -
HSV(B) 118.44º 0.69% 0.44% -
XYZ 6.86 12.1 3.56 -
YUV 80.8 102.15 96.76 -
System Red Green Blue C M Y K H S L
Decimal 37 112 35 0.67 0 0.69 0.56 118.44 0.52 0.29
Hex 25 70 23 43 0 45 38 76 34 1D
Octal 45 160 43 103 0 105 70 166 64 35
Binary 100101 1110000 100011 1000011 0 1000101 111000 1110110 110100 11101

Color Harmonies of #257023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257023

Black with #257023

Text Example


Text Example

White with #257023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257023; }

 p { color: rgb(37,112,35); }

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

background-color css

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

 a { background-color: rgb(37,112,35); }

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

border-color css

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

 span { border-color: rgb(37,112,35); }

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