Html Css Color HEX #1C750B Green

📋 copy color: '#1C750B'

red 28 ◦ green 117 ◦ blue 11

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

Shades of Green #1C750B

Tints of Green #1C750B

RGB

 RED value IS 28 (11.33% from 255) = 17.95%

 GREEN value IS 117 (46.09% from 255) = 75%

 BLUE value IS 11 (4.69% from 255) = 7.05%

R = 17.95%
G = 75%
B = 7.05%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#1C750B (or 0x1C750B) is known color: Green. HEX triplet: 1C, 75 and 0B. RGB value is (28,117,11). Sum of RGB (Red+Green+Blue) = 28+117+11=156 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.95% from 156); Green value is 117 (46.09% from 255 or 75% from 156); Blue value is 11 (4.69% from 255 or 7.05% from 156); Max value from RGB is 117 - color contains mainly: green. Hex color #1C750B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C750B is #E38AF4. Grayscale: #4E4E4E. Windows color (decimal): -14912245 or 750876. OLE color: 750876.

HSL color Cylindrical-coordinate representation of color #1C750B: hue angle of 110.38º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1C750B is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB 28 117 11 -
CMYK 0.76 0 0.91 0.54
HSL 110.38º 0.83% 0.25% -
HSV(B) 110.38º 0.91% 0.46% -
XYZ 6.9 12.99 2.46 -
YUV 78.31 90.01 92.12 -
System Red Green Blue C M Y K H S L
Decimal 28 117 11 0.76 0 0.91 0.54 110.38 0.83 0.25
Hex 1C 75 B 4C 0 5B 36 6E 53 19
Octal 34 165 13 114 0 133 66 156 123 31
Binary 11100 1110101 1011 1001100 0 1011011 110110 1101110 1010011 11001

Color Harmonies of #1C750B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C750B

Black with #1C750B

Text Example


Text Example

White with #1C750B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,117,11); }

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

background-color css

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

 a { background-color: rgb(28,117,11); }

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

border-color css

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

 span { border-color: rgb(28,117,11); }

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