Html Css Color HEX #1F9002 Islamic Green

📋 copy color: '#1F9002'

red 31 ◦ green 144 ◦ blue 2

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

Shades of Islamic Green #1F9002

Tints of Islamic Green #1F9002

RGB

 RED value IS 31 (12.5% from 255) = 17.51%

 GREEN value IS 144 (56.64% from 255) = 81.36%

 BLUE value IS 2 (1.17% from 255) = 1.13%

R = 17.51%
G = 81.36%
B = 1.13%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#1F9002 (or 0x1F9002) is known color: Islamic Green. HEX triplet: 1F, 90 and 02. RGB value is (31,144,2). Sum of RGB (Red+Green+Blue) = 31+144+2=177 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.51% from 177); Green value is 144 (56.64% from 255 or 81.36% from 177); Blue value is 2 (1.17% from 255 or 1.13% from 177); Max value from RGB is 144 - color contains mainly: green. Hex color #1F9002 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F9002 is #E06FFD. Grayscale: #5E5E5E. Windows color (decimal): -14708734 or 167967. OLE color: 167967.

HSL color Cylindrical-coordinate representation of color #1F9002: hue angle of 107.75º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F9002 is Cyan = 0.78, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB 31 144 2 -
CMYK 0.78 0 0.99 0.44
HSL 107.75º 0.97% 0.29% -
HSV(B) 107.75º 0.99% 0.56% -
XYZ 10.55 20.24 3.41 -
YUV 94.03 76.06 83.05 -
System Red Green Blue C M Y K H S L
Decimal 31 144 2 0.78 0 0.99 0.44 107.75 0.97 0.29
Hex 1F 90 2 4E 0 63 2C 6C 61 1D
Octal 37 220 2 116 0 143 54 154 141 35
Binary 11111 10010000 10 1001110 0 1100011 101100 1101100 1100001 11101

Color Harmonies of #1F9002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9002

Black with #1F9002

Text Example


Text Example

White with #1F9002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,144,2); }

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

background-color css

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

 a { background-color: rgb(31,144,2); }

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

border-color css

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

 span { border-color: rgb(31,144,2); }

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