Html Css Color HEX #235F25 San Felix

📋 copy color: '#235F25'

red 35 ◦ green 95 ◦ blue 37

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

Shades of San Felix #235F25

Tints of San Felix #235F25

RGB

 RED value IS 35 (14.06% from 255) = 20.96%

 GREEN value IS 95 (37.5% from 255) = 56.89%

 BLUE value IS 37 (14.84% from 255) = 22.16%

R = 20.96%
G = 56.89%
B = 22.16%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.61

 K value IS 0.63

RGB Variations

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

Color information

#235F25 (or 0x235F25) is known color: San Felix. HEX triplet: 23, 5F and 25. RGB value is (35,95,37). Sum of RGB (Red+Green+Blue) = 35+95+37=167 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.96% from 167); Green value is 95 (37.5% from 255 or 56.89% from 167); Blue value is 37 (14.84% from 255 or 22.16% from 167); Max value from RGB is 95 - color contains mainly: green. Hex color #235F25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235F25 is #DCA0DA. Grayscale: #464646. Windows color (decimal): -14459099 or 2449187. OLE color: 2449187.

HSL color Cylindrical-coordinate representation of color #235F25: hue angle of 122º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #235F25 is Cyan = 0.63, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.63.

Color convert

RGB 35 95 37 -
CMYK 0.63 0 0.61 0.63
HSL 122º 0.46% 0.25% -
HSV(B) 122º 0.63% 0.37% -
XYZ 5.12 8.68 3.15 -
YUV 70.45 109.12 102.72 -
System Red Green Blue C M Y K H S L
Decimal 35 95 37 0.63 0 0.61 0.63 122 0.46 0.25
Hex 23 5F 25 3F 0 3D 3F 7A 2E 19
Octal 43 137 45 77 0 75 77 172 56 31
Binary 100011 1011111 100101 111111 0 111101 111111 1111010 101110 11001

Color Harmonies of #235F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235F25

Black with #235F25

Text Example


Text Example

White with #235F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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