Html Css Color HEX #1CA30D Islamic Green

📋 copy color: '#1CA30D'

red 28 ◦ green 163 ◦ blue 13

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

Shades of Islamic Green #1CA30D

Tints of Islamic Green #1CA30D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 79.9%

 BLUE value IS 13 (5.47% from 255) = 6.37%

R = 13.73%
G = 79.9%
B = 6.37%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#1CA30D (or 0x1CA30D) is known color: Islamic Green. HEX triplet: 1C, A3 and 0D. RGB value is (28,163,13). Sum of RGB (Red+Green+Blue) = 28+163+13=204 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.73% from 204); Green value is 163 (64.06% from 255 or 79.90% from 204); Blue value is 13 (5.47% from 255 or 6.37% from 204); Max value from RGB is 163 - color contains mainly: green. Hex color #1CA30D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CA30D is #E35CF2. Grayscale: #6A6A6A. Windows color (decimal): -14900467 or 893724. OLE color: 893724.

HSL color Cylindrical-coordinate representation of color #1CA30D: hue angle of 114º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1CA30D is Cyan = 0.83, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.36.

Color convert

RGB 28 163 13 -
CMYK 0.83 0 0.92 0.36
HSL 114º 0.85% 0.35% -
HSV(B) 114º 0.92% 0.64% -
XYZ 13.65 26.47 4.77 -
YUV 105.54 75.77 72.7 -
System Red Green Blue C M Y K H S L
Decimal 28 163 13 0.83 0 0.92 0.36 114 0.85 0.35
Hex 1C A3 D 53 0 5C 24 72 55 23
Octal 34 243 15 123 0 134 44 162 125 43
Binary 11100 10100011 1101 1010011 0 1011100 100100 1110010 1010101 100011

Color Harmonies of #1CA30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA30D

Black with #1CA30D

Text Example


Text Example

White with #1CA30D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,163,13); }

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

background-color css

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

 a { background-color: rgb(28,163,13); }

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

border-color css

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

 span { border-color: rgb(28,163,13); }

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