Html Css Color HEX #23601D San Felix

📋 copy color: '#23601D'

red 35 ◦ green 96 ◦ blue 29

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

Shades of San Felix #23601D

Tints of San Felix #23601D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 60%

 BLUE value IS 29 (11.72% from 255) = 18.13%

R = 21.88%
G = 60%
B = 18.13%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.70

 K value IS 0.62

RGB Variations

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

Color information

#23601D (or 0x23601D) is known color: San Felix. HEX triplet: 23, 60 and 1D. RGB value is (35,96,29). Sum of RGB (Red+Green+Blue) = 35+96+29=160 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.88% from 160); Green value is 96 (37.89% from 255 or 60% from 160); Blue value is 29 (11.72% from 255 or 18.12% from 160); Max value from RGB is 96 - color contains mainly: green. Hex color #23601D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23601D is #DC9FE2. Grayscale: #464646. Windows color (decimal): -14458851 or 1925155. OLE color: 1925155.

HSL color Cylindrical-coordinate representation of color #23601D: hue angle of 114.63º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #23601D is Cyan = 0.64, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB 35 96 29 -
CMYK 0.64 0 0.70 0.62
HSL 114.63º 0.54% 0.25% -
HSV(B) 114.63º 0.7% 0.38% -
XYZ 5.1 8.81 2.59 -
YUV 70.12 104.79 102.95 -
System Red Green Blue C M Y K H S L
Decimal 35 96 29 0.64 0 0.70 0.62 114.63 0.54 0.25
Hex 23 60 1D 40 0 46 3E 73 36 19
Octal 43 140 35 100 0 106 76 163 66 31
Binary 100011 1100000 11101 1000000 0 1000110 111110 1110011 110110 11001

Color Harmonies of #23601D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23601D

Black with #23601D

Text Example


Text Example

White with #23601D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23601D; }

 p { color: rgb(35,96,29); }

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

background-color css

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

 a { background-color: rgb(35,96,29); }

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

border-color css

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

 span { border-color: rgb(35,96,29); }

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