Html Css Color HEX #1F6C01 Green

📋 copy color: '#1F6C01'

red 31 ◦ green 108 ◦ blue 1

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

Shades of Green #1F6C01

Tints of Green #1F6C01

RGB

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

 GREEN value IS 108 (42.58% from 255) = 77.14%

 BLUE value IS 1 (0.78% from 255) = 0.71%

R = 22.14%
G = 77.14%
B = 0.71%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.99

 K value IS 0.58

RGB Variations

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

Color information

#1F6C01 (or 0x1F6C01) is known color: Green. HEX triplet: 1F, 6C and 01. RGB value is (31,108,1). Sum of RGB (Red+Green+Blue) = 31+108+1=140 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.14% from 140); Green value is 108 (42.58% from 255 or 77.14% from 140); Blue value is 1 (0.78% from 255 or 0.71% from 140); Max value from RGB is 108 - color contains mainly: green. Hex color #1F6C01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F6C01 is #E093FE. Grayscale: #494949. Windows color (decimal): -14717951 or 93215. OLE color: 93215.

HSL color Cylindrical-coordinate representation of color #1F6C01: hue angle of 103.18º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F6C01 is Cyan = 0.71, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.58.

Color convert

RGB 31 108 1 -
CMYK 0.71 0 0.99 0.58
HSL 103.18º 0.98% 0.21% -
HSV(B) 103.18º 0.99% 0.42% -
XYZ 5.93 11.02 1.84 -
YUV 72.78 87.49 98.2 -
System Red Green Blue C M Y K H S L
Decimal 31 108 1 0.71 0 0.99 0.58 103.18 0.98 0.21
Hex 1F 6C 1 47 0 63 3A 67 62 15
Octal 37 154 1 107 0 143 72 147 142 25
Binary 11111 1101100 1 1000111 0 1100011 111010 1100111 1100010 10101

Color Harmonies of #1F6C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F6C01

Black with #1F6C01

Text Example


Text Example

White with #1F6C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,108,1); }

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

background-color css

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

 a { background-color: rgb(31,108,1); }

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

border-color css

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

 span { border-color: rgb(31,108,1); }

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