Html Css Color HEX #1CB30B Islamic Green

📋 copy color: '#1CB30B'

red 28 ◦ green 179 ◦ blue 11

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

Shades of Islamic Green #1CB30B

Tints of Islamic Green #1CB30B

RGB

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

 GREEN value IS 179 (70.31% from 255) = 82.11%

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

R = 12.84%
G = 82.11%
B = 5.05%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#1CB30B (or 0x1CB30B) is known color: Islamic Green. HEX triplet: 1C, B3 and 0B. RGB value is (28,179,11). Sum of RGB (Red+Green+Blue) = 28+179+11=218 (28% of max value = 765). Red value is 28 (11.33% from 255 or 12.84% from 218); Green value is 179 (70.31% from 255 or 82.11% from 218); Blue value is 11 (4.69% from 255 or 5.05% from 218); Max value from RGB is 179 - color contains mainly: green. Hex color #1CB30B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CB30B is #E34CF4. Grayscale: #737373. Windows color (decimal): -14896373 or 766748. OLE color: 766748.

HSL color Cylindrical-coordinate representation of color #1CB30B: hue angle of 113.93º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1CB30B is Cyan = 0.84, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB 28 179 11 -
CMYK 0.84 0 0.94 0.30
HSL 113.93º 0.88% 0.37% -
HSV(B) 113.93º 0.94% 0.7% -
XYZ 16.66 32.51 5.71 -
YUV 114.7 69.47 66.16 -
System Red Green Blue C M Y K H S L
Decimal 28 179 11 0.84 0 0.94 0.30 113.93 0.88 0.37
Hex 1C B3 B 54 0 5E 1E 72 58 25
Octal 34 263 13 124 0 136 36 162 130 45
Binary 11100 10110011 1011 1010100 0 1011110 11110 1110010 1011000 100101

Color Harmonies of #1CB30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB30B

Black with #1CB30B

Text Example


Text Example

White with #1CB30B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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