Html Css Color HEX #1D6525 San Felix

📋 copy color: '#1D6525'

red 29 ◦ green 101 ◦ blue 37

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

Shades of San Felix #1D6525

Tints of San Felix #1D6525

RGB

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

 GREEN value IS 101 (39.84% from 255) = 60.48%

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

R = 17.37%
G = 60.48%
B = 22.16%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.63

 K value IS 0.60

RGB Variations

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

Color information

#1D6525 (or 0x1D6525) is known color: San Felix. HEX triplet: 1D, 65 and 25. RGB value is (29,101,37). Sum of RGB (Red+Green+Blue) = 29+101+37=167 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.37% from 167); Green value is 101 (39.84% from 255 or 60.48% from 167); Blue value is 37 (14.84% from 255 or 22.16% from 167); Max value from RGB is 101 - color contains mainly: green. Hex color #1D6525 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D6525 is #E29ADA. Grayscale: #484848. Windows color (decimal): -14850779 or 2450717. OLE color: 2450717.

HSL color Cylindrical-coordinate representation of color #1D6525: hue angle of 126.67º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1D6525 is Cyan = 0.71, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.60.

Color convert

RGB 29 101 37 -
CMYK 0.71 0 0.63 0.60
HSL 126.67º 0.55% 0.25% -
HSV(B) 126.67º 0.71% 0.4% -
XYZ 5.49 9.7 3.33 -
YUV 72.18 108.15 97.2 -
System Red Green Blue C M Y K H S L
Decimal 29 101 37 0.71 0 0.63 0.60 126.67 0.55 0.25
Hex 1D 65 25 47 0 3F 3C 7F 37 19
Octal 35 145 45 107 0 77 74 177 67 31
Binary 11101 1100101 100101 1000111 0 111111 111100 1111111 110111 11001

Color Harmonies of #1D6525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D6525

Black with #1D6525

Text Example


Text Example

White with #1D6525

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,101,37); }

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

background-color css

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

 a { background-color: rgb(29,101,37); }

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

border-color css

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

 span { border-color: rgb(29,101,37); }

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