Html Css Color HEX #1D7023 San Felix

📋 copy color: '#1D7023'

red 29 ◦ green 112 ◦ blue 35

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

Shades of San Felix #1D7023

Tints of San Felix #1D7023

RGB

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

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

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

R = 16.48%
G = 63.64%
B = 19.89%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#1D7023 (or 0x1D7023) is known color: San Felix. HEX triplet: 1D, 70 and 23. RGB value is (29,112,35). Sum of RGB (Red+Green+Blue) = 29+112+35=176 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.48% from 176); Green value is 112 (44.14% from 255 or 63.64% from 176); Blue value is 35 (14.06% from 255 or 19.89% from 176); Max value from RGB is 112 - color contains mainly: green. Hex color #1D7023 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7023 is #E28FDC. Grayscale: #4E4E4E. Windows color (decimal): -14847965 or 2322461. OLE color: 2322461.

HSL color Cylindrical-coordinate representation of color #1D7023: hue angle of 124.34º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D7023 is Cyan = 0.74, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.56.

Color convert

RGB 29 112 35 -
CMYK 0.74 0 0.69 0.56
HSL 124.34º 0.59% 0.28% -
HSV(B) 124.34º 0.74% 0.44% -
XYZ 6.6 11.97 3.55 -
YUV 78.41 103.5 92.76 -
System Red Green Blue C M Y K H S L
Decimal 29 112 35 0.74 0 0.69 0.56 124.34 0.59 0.28
Hex 1D 70 23 4A 0 45 38 7C 3B 1C
Octal 35 160 43 112 0 105 70 174 73 34
Binary 11101 1110000 100011 1001010 0 1000101 111000 1111100 111011 11100

Color Harmonies of #1D7023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7023

Black with #1D7023

Text Example


Text Example

White with #1D7023

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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