Html Css Color HEX #1D702B San Felix

📋 copy color: '#1D702B'

red 29 ◦ green 112 ◦ blue 43

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

Shades of San Felix #1D702B

Tints of San Felix #1D702B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 23.37%

R = 15.76%
G = 60.87%
B = 23.37%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#1D702B (or 0x1D702B) is known color: San Felix. HEX triplet: 1D, 70 and 2B. RGB value is (29,112,43). Sum of RGB (Red+Green+Blue) = 29+112+43=184 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.76% from 184); Green value is 112 (44.14% from 255 or 60.87% from 184); Blue value is 43 (17.19% from 255 or 23.37% from 184); Max value from RGB is 112 - color contains mainly: green. Hex color #1D702B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D702B is #E28FD4. Grayscale: #4F4F4F. Windows color (decimal): -14847957 or 2846749. OLE color: 2846749.

HSL color Cylindrical-coordinate representation of color #1D702B: hue angle of 130.12º 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 #1D702B is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB 29 112 43 -
CMYK 0.74 0 0.62 0.56
HSL 130.12º 0.59% 0.28% -
HSV(B) 130.12º 0.74% 0.44% -
XYZ 6.74 12.02 4.25 -
YUV 79.32 107.5 92.11 -
System Red Green Blue C M Y K H S L
Decimal 29 112 43 0.74 0 0.62 0.56 130.12 0.59 0.28
Hex 1D 70 2B 4A 0 3E 38 82 3B 1C
Octal 35 160 53 112 0 76 70 202 73 34
Binary 11101 1110000 101011 1001010 0 111110 111000 10000010 111011 11100

Color Harmonies of #1D702B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D702B

Black with #1D702B

Text Example


Text Example

White with #1D702B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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