Html Css Color HEX #1D7323 San Felix

📋 copy color: '#1D7323'

red 29 ◦ green 115 ◦ blue 35

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

Shades of San Felix #1D7323

Tints of San Felix #1D7323

RGB

 RED value IS 29 (11.72% from 255) = 16.2%

 GREEN value IS 115 (45.31% from 255) = 64.25%

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

R = 16.2%
G = 64.25%
B = 19.55%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#1D7323 (or 0x1D7323) is known color: San Felix. HEX triplet: 1D, 73 and 23. RGB value is (29,115,35). Sum of RGB (Red+Green+Blue) = 29+115+35=179 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.20% from 179); Green value is 115 (45.31% from 255 or 64.25% from 179); Blue value is 35 (14.06% from 255 or 19.55% from 179); Max value from RGB is 115 - color contains mainly: green. Hex color #1D7323 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7323 is #E28CDC. Grayscale: #505050. Windows color (decimal): -14847197 or 2323229. OLE color: 2323229.

HSL color Cylindrical-coordinate representation of color #1D7323: hue angle of 124.19º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D7323 is Cyan = 0.75, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB 29 115 35 -
CMYK 0.75 0 0.70 0.55
HSL 124.19º 0.6% 0.28% -
HSV(B) 124.19º 0.75% 0.45% -
XYZ 6.94 12.64 3.66 -
YUV 80.17 102.51 91.5 -
System Red Green Blue C M Y K H S L
Decimal 29 115 35 0.75 0 0.70 0.55 124.19 0.6 0.28
Hex 1D 73 23 4B 0 46 37 7C 3C 1C
Octal 35 163 43 113 0 106 67 174 74 34
Binary 11101 1110011 100011 1001011 0 1000110 110111 1111100 111100 11100

Color Harmonies of #1D7323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7323

Black with #1D7323

Text Example


Text Example

White with #1D7323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D7323; }

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

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

background-color css

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

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

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

border-color css

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

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

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