Html Css Color HEX #1CBF04 Islamic Green

📋 copy color: '#1CBF04'

red 28 ◦ green 191 ◦ blue 4

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

Shades of Islamic Green #1CBF04

Tints of Islamic Green #1CBF04

RGB

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

 GREEN value IS 191 (75% from 255) = 85.65%

 BLUE value IS 4 (1.95% from 255) = 1.79%

R = 12.56%
G = 85.65%
B = 1.79%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#1CBF04 (or 0x1CBF04) is known color: Islamic Green. HEX triplet: 1C, BF and 04. RGB value is (28,191,4). Sum of RGB (Red+Green+Blue) = 28+191+4=223 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.56% from 223); Green value is 191 (75% from 255 or 85.65% from 223); Blue value is 4 (1.95% from 255 or 1.79% from 223); Max value from RGB is 191 - color contains mainly: green. Hex color #1CBF04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CBF04 is #E340FB. Grayscale: #797979. Windows color (decimal): -14893308 or 311068. OLE color: 311068.

HSL color Cylindrical-coordinate representation of color #1CBF04: hue angle of 112.3º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1CBF04 is Cyan = 0.85, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 28 191 4 -
CMYK 0.85 0 0.98 0.25
HSL 112.3º 0.96% 0.38% -
HSV(B) 112.3º 0.98% 0.75% -
XYZ 19.13 37.52 6.35 -
YUV 120.95 62 61.71 -
System Red Green Blue C M Y K H S L
Decimal 28 191 4 0.85 0 0.98 0.25 112.3 0.96 0.38
Hex 1C BF 4 55 0 62 19 70 60 26
Octal 34 277 4 125 0 142 31 160 140 46
Binary 11100 10111111 100 1010101 0 1100010 11001 1110000 1100000 100110

Color Harmonies of #1CBF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBF04

Black with #1CBF04

Text Example


Text Example

White with #1CBF04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,191,4); }

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

background-color css

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

 a { background-color: rgb(28,191,4); }

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

border-color css

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

 span { border-color: rgb(28,191,4); }

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